Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Comparable ¶
type Configurable ¶
type Identifiable ¶
type Identifiable[T comparable] interface { ID() T }
type Set ¶
type Set[T Comparable[T]] interface { Put(element T) error Get(element T) (T, error) Delete(element T) error ForEach(yield func(T) bool) }
type Standard ¶
type Standard[T any, I comparable] interface { Comparable[T] Identifiable[I] }
type UnixTimestamped ¶
type UnixTimestamped interface {
UnixNano() int64
}
Click to show internal directories.
Click to hide internal directories.