type src.elv.sh/pkg/persistent/vector.subVector (struct)

Method Implmentations

Assoc(i int, val interface{}) Vector (*T).M : Vector.Assoc
Cons(val interface{}) Vector (*T).M : Vector.Cons
Index(i int) (interface{}, bool) (*T).M : Vector.Index
Len() int (*T).M : Vector.Len (*T).M : src.elv.sh/pkg/eval/vals.Lener.Len
MarshalJSON() ([]byte, error) (*T).M : Vector.MarshalJSON (*T).M : encoding/json.Marshaler.MarshalJSON
Pop() Vector (*T).M : Vector.Pop