Function Type Expressions
The simplest way to describe a function is with a function type expression.
These types are syntactically similar to arrow functions:
function (: (: string) => void) {
('Hello World')
}
function (: string) {
.()
}
()
2024/8/26...大约 10 分钟