Documentation
¶
Index ¶
- type Array
- func (arr *Array[T]) At(pos int) T
- func (arr *Array[T]) Back() T
- func (arr *Array[T]) Empty() bool
- func (arr *Array[T]) Fill(val T)
- func (arr *Array[T]) Front() T
- func (arr *Array[T]) Set(pos int, val T)
- func (arr *Array[T]) Size() int
- func (arr *Array[T]) String() string
- func (arr *Array[T]) SwapArrays(toSwap *Array[T])
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Array ¶
type Array[T any] struct { // contains filtered or unexported fields }
func CreateCopy ¶
func (*Array[T]) SwapArrays ¶
Click to show internal directories.
Click to hide internal directories.