Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 372 Bytes

README.md

File metadata and controls

20 lines (19 loc) · 372 Bytes

Set

A simple set implementation for go.

  • Safe for concurrent access.
  • Extensible by gene code
  • Type-safe
    • int8
    • int16
    • int32
    • int
    • int64
    • uint8
    • uint16
    • uint32
    • uint
    • uint64
    • float32
    • float64
    • string
    • time.Time (round to second)