Documentation
¶
Overview ¶
This collection of Generics libraries takes advantage of the new generic type parameters introduced in Go 1.18.
Index ¶
Constants ¶
View Source
const ( Version = "v1.0.2" GitCommit = "c643e5f" // the commit JUST BEFORE the release VersionDate = "2023-01-05 19:46" // UTC )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Directories
¶
Path | Synopsis |
---|---|
package ordmap implements an ordered map that retains the order of items added to a slice, while also providing fast key-based map lookup of items, using the Go 1.18 generics system.
|
package ordmap implements an ordered map that retains the order of items added to a slice, while also providing fast key-based map lookup of items, using the Go 1.18 generics system. |
Click to show internal directories.
Click to hide internal directories.