Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Vec ¶
type Vec[V any] struct { // contains filtered or unexported fields }
Vec is a better interface for a slice
func NewVecWithCapacity ¶
func (Vec[V]) AppendSlice ¶
func (v Vec[V]) AppendSlice(vals []V)
Click to show internal directories.
Click to hide internal directories.