Skip to content

abrahamy/fein

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fein

An attempt at implementing some missing data structures in Go using generics.

The following Rust inspired types are implement:

  • FnOnce[T]
  • Option[T]
  • Transform[U, V]
  • Result[T, E]

The following is inspired by Python:

  • Set[T]

About

Generic data structures for Golang

Resources

License

Stars

Watchers

Forks

Packages

No packages published