Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 348 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 348 Bytes

go-sync-types

A set of golang generic thread-safe types

The following types are available:

  • OrderedMap: Represents an ordered map of any comparable Key type and any Value type
  • Map: Represents an unordered map of any comparable Key type and any Value type
  • Slice: Represents a slice of any Value type
  • Value: Represents any Value type