help wanted
Repository metrics
- Stars
- (21,417 stars)
- PR merge metrics
- (平均マージ 10d 19h) (30d で 69 merged PRs)
説明
The ability to do something like this would be nice:
type FunctionWrapper {
FunctionWrapper(fn(String) -> Int)
}
const my_function = FunctionWrapper(fn(something) { 0 })