Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Debugger = debugger{}
Functions ¶
func Append ¶
func Append[T any](getter SliceGetter[T], elems ...T)
func CloneSlice ¶
func CloneSlice[S ~[]E, E any](getter SliceGetter[E]) S
Types ¶
type AllocStats ¶
type SliceGetter ¶
type SliceGetter[T any] interface { Get() []T }
func MakeSlice ¶
func MakeSlice[T any](len, cap int) SliceGetter[T]
Directories
¶
| Path | Synopsis |
|---|---|
|
benchmarks
|
|
|
countingSort
command
|
|
|
levenshtein
command
|
|
|
mergeSort
command
|
|
|
pipeline
command
|
|
|
winograd
command
|
|
|
examples
|
|
|
alloc
command
|
|
|
stdlib
command
|
|
|
internal
|
|
Click to show internal directories.
Click to hide internal directories.