Documentation ¶
Index ¶
- func Map[S, T any](v []S, f func(S) T) []T
- type Vector
- func (v Vector[T]) Append(vs ...T) Vector[T]
- func (v Vector[T]) Filter(eq func(T) bool) Vector[T]
- func (v Vector[T]) IsEmpty() bool
- func (v Vector[T]) Raw() []T
- func (v Vector[T]) Reverse() Vector[T]
- func (v Vector[T]) Sort(less func(x, y T) bool) Vector[T]
- func (v Vector[T]) Upsert(val T, eq func(x, y T) bool) Vector[T]
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.