|
|
|
|
|
by rawoke083600
1652 days ago
|
|
> func (o Option[T,U]) Map(f func(a T) U) Option[U] { ... } I love GO and it's simplicity and yes I do want generics, but is it just me or is this reading much much harder now ? It reminds me of those ugly voidfuncptr signatures of C and C++ :( Maybe my eyes should just get used to it but I do feel a little my simple Go now reads not as easy. YMMV |
|