GoCollections/lang/functional/simplify.go
2023-03-15 13:59:26 +08:00

7 lines
64 B
Go

package functional
type (
F = Function
FE = FunctionErred
)