Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 412 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 412 Bytes

Go primitives

Helper methods for golang primitives (no generics yet).

Types:

  • Numbers
    • Int64s
    • Float64s
  • Strings
  • Custom types (satisfying interface)

Tools:

  • Go generate for primitives
    • Numbers
    • Strings
    • Custom types

Methods for array: Exists, Index, Len, Sort, Copy, Uniq, Filter. Methods Sort, Uniq, Filter without allocate.