Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CycledArray ¶
CycledArray - для хранения слайсов с ограниченной вместимостью. элементы в массиве отсортированы в порядке возрастания
func (*CycledArray[T]) Append ¶
func (t *CycledArray[T]) Append(obj T)
func (*CycledArray[T]) Index ¶
func (t *CycledArray[T]) Index(from T) int
func (*CycledArray[T]) PopRange ¶
func (t *CycledArray[T]) PopRange(left, right int)
Click to show internal directories.
Click to hide internal directories.