Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Rangeable ¶
type Rangeable[K comparable, V any] map[K]V
type Set ¶
type Set[R comparable] map[R]Empty
func New ¶
func New[R comparable]() Set[R]
func NewWithLoad ¶
func NewWithLoad[R comparable, V any](elems map[R]V) Set[R]
Click to show internal directories.
Click to hide internal directories.