Versions in this module Expand all Collapse all v0 v0.0.1 Jan 30, 2026 Changes in this version + func And[T comparable](a, b []T) []T + func Asc[...](data []T) + func ContainAll[T comparable](list []T, s ...T) bool + func ContainAny[T comparable](list []T, s ...T) bool + func Contain[T comparable](list []T, s T) bool + func Desc[...](data []T) + func Distinct[T comparable](arr []T) []T + func Equal[T comparable](a, b []T) bool + func Join[...](data []T, split string) string + func Map[...](src []T, dst []T, f func(T) T) []T + func Union[T comparable](a, b []T) []T + type Slice []T + func (s *Slice[T]) Scan(src interface{}) error + func (s *Slice[T]) UnmarshalJSON(content []byte) error + func (s Slice[T]) Has(value T) bool + func (s Slice[T]) Remove(value T) Slice[T] + func (s Slice[T]) Value() (driver.Value, error)