/illegal

Support for operations which are disallowed by the Go compiler

Primary LanguageGoOtherNOASSERTION

illegal Build Status

Support for operations which are disallowed by the Go compiler.

###Features

  • Comparison of two function pointers for equality
  • Element-by-element conversion of slices ([]T to []U if T can be converted to U)
  • Traditional functional, generic functions such as Map and Filter

See the documentation.