mirror of
https://github.com/tursom/GoCollections.git
synced 2025-03-23 00:10:07 +08:00
7 lines
64 B
Go
7 lines
64 B
Go
package functional
|
|
|
|
type (
|
|
F = Function
|
|
FE = FunctionErred
|
|
)
|