Documentation
¶
Index ¶
- type Array
- func (self Array[T]) Empty() bool
- func (self Array[T]) Filter(compare func(T) bool) Array[T]
- func (self Array[T]) Find(compare func(T) bool) int
- func (self Array[T]) First() T
- func (self Array[T]) Last() T
- func (self *Array[T]) Pop() T
- func (self *Array[T]) Push(items ...T)
- func (self *Array[T]) Shift() T
- func (self Array[T]) Size() int
- func (self Array[T]) Slice(start int, end int) Array[T]
- func (self Array[T]) Sort(compare func(T, T) bool)
- func (self *Array[T]) Splice(i int, deleteCount int, items ...T)
- func (self *Array[T]) UnShift(items ...T)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.