Versions in this module Expand all Collapse all v1 v1.0.0 Oct 19, 2023 Changes in this version + func Example() + func ExampleRange() + type Exception func(key K, value V) bool + func WithUntil(exception Exception[K, V]) Exception[K, V] + type Operation func(key K, value V) + type Person struct + type Some struct + type TSMap interface + Delete func(key K) + Get func(key K) (V, bool) + Len func() int + Range func(fn Operation[K, V], exception ...Exception[K, V]) + Set func(key K, value V) + func New() TSMap[K, V] + func NewMutex() TSMap[K, V] + func NewSync() TSMap[K, V]