Documentation ¶
Index ¶
- type Slice
- func (s *Slice[T, U]) Append(priority T, item U)
- func (s *Slice[_, _]) Len() int
- func (s *Slice[_, _]) Less(i int, j int) bool
- func (s *Slice[T, U]) Reverse() *Slice[T, U]
- func (s *Slice[T, U]) Sort() *Slice[T, U]
- func (s *Slice[T, U]) Stable() *Slice[T, U]
- func (s *Slice[_, _]) Swap(i int, j int)
- func (s *Slice[_, U]) Underlying() []U
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Slice ¶
func (*Slice[_, U]) Underlying ¶
func (s *Slice[_, U]) Underlying() []U
Click to show internal directories.
Click to hide internal directories.