help wanted
Metriche repository
- Star
- (21.417 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
The ability to do something like this would be nice:
type FunctionWrapper {
FunctionWrapper(fn(String) -> Int)
}
const my_function = FunctionWrapper(fn(something) { 0 })