package
0.2.6
Repository: https://github.com/glojurelang/glojure.git
Documentation: pkg.go.dev

# Functions

New returns a new Vector with the given elements.
NewTransient returns a new transient vector.

# Variables

Empty is an empty Vector.

# Structs

No description provided by the author

# Interfaces

Iterator is an iterator over vector elements.
Vector is a persistent sequential container for arbitrary values.