extended go generics, scala-like
project moved to codeberg.org
Things to note:
- computations are not lazy:
it's a long road, but we'll get there
try.Trie(os.ReadFile("file")). // will execute without any .unsafeRunSync() Map(bytes.ToLower)
extended go generics, scala-like
project moved to codeberg.org
Things to note:
try.Trie(os.ReadFile("file")). // will execute without any .unsafeRunSync()
Map(bytes.ToLower)