help wanted
Description
The ability to do something like this would be nice:
type FunctionWrapper {
FunctionWrapper(fn(String) -> Int)
}
const my_function = FunctionWrapper(fn(something) { 0 })
The ability to do something like this would be nice:
type FunctionWrapper {
FunctionWrapper(fn(String) -> Int)
}
const my_function = FunctionWrapper(fn(something) { 0 })