Documentation ¶
Index ¶
- type IList
- type SliceList
- func (l *SliceList[T]) Add(i T)
- func (l *SliceList[T]) AddAll(i []T)
- func (l *SliceList[T]) Clear()
- func (l *SliceList[T]) Contains(i T) bool
- func (l *SliceList[T]) ContainsAll(i []T) bool
- func (l *SliceList[T]) Count() int
- func (l *SliceList[T]) IndexOf(e T) int
- func (l *SliceList[T]) Remove(i T) bool
- func (l *SliceList[T]) RemoveAt(i int) bool
- func (l *SliceList[T]) ToSlice() []T
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SliceList ¶
type SliceList[T comparable] struct { // contains filtered or unexported fields }
func NewSliceList ¶
func NewSliceList[T comparable]() *SliceList[T]
func (*SliceList[T]) ContainsAll ¶
Click to show internal directories.
Click to hide internal directories.