Documentation
¶
Index ¶
- type Slice
- func (s *Slice[M]) Append(d Slice[M])
- func (s Slice[M]) Copy() Slice[M]
- func (s *Slice[M]) Cut(start int, end int)
- func (s *Slice[M]) CutGC(start int, end int)
- func (s *Slice[M]) Delete(index int)
- func (s *Slice[M]) DeleteGC(index int)
- func (s Slice[M]) GetLength() int
- func (s Slice[M]) GetRaw() []M
- func (s *Slice[M]) Pop() M
- func (s *Slice[M]) Push(element M)
- func (s *Slice[M]) Shift() M
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.