package
3.3.0+incompatible
Repository: https://github.com/google/agi.git
Documentation: pkg.go.dev

# Functions

Append appends s with v.
Bytes returns a byte-slice from the given unsafe pointer of the given size in bytes.
Cast performs an unsafe cast of the slice at sli to the given slice type.
Clone returns a shallow copy of the slice s.
InsertBefore inserts v before the i'th element in s.
New returns a new addressable slice value of type ty.
Remove removes all occurances of v from the slice s.
RemoveAt removes n elements from s starting at i.
Replace replaces count elements of s starting from first with with.
Reverse swaps the order of elements in the slice so that the first become the last, and so on.
Sort sorts the elements of the slice s into ascending order.
SortValues sorts the reflect.Values in the slice s into ascending order.