Skip to content

phamvinhdat/set

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages