Documentation
¶
Index ¶
- func SliceFind[T any](s []T, f func(*T) bool) (*T, bool)
- func SliceFindIndex[T any](s []*T, f func(*T) bool) int
- func SliceFindKA[T any](d []KAElem, f func(*T) bool) (*T, int)
- func SliceFindKAForSave[T any](d []KAElem, f func(*T) bool) (int, bool)
- func SliceFindPtr[T any](s []*T, f func(*T) bool) (*T, bool)
- func SwapDelete[T any](s []T, f func(*T) bool) ([]T, bool)
- func SwapDeletePtr[T any](s []*T, f func(*T) bool) ([]*T, bool)
- type KAElem
- type KAState
- type KeepAlive
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SliceFindIndex ¶
func SliceFindPtr ¶
func SwapDelete ¶
func SwapDeletePtr ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.