datastructures v0.1.1 Data.Vector protocol

Summary

Types

i :: integer
t :: term
v :: any

Functions

append(self, value)

Specs

append(t, v) :: t
fetch(self, index)

Specs

fetch(t, i) :: v
prepend(self, value)

Specs

prepend(t, v) :: t
resize(self, size)

Specs

resize(t, non_neg_integer) :: t
set(self, index, value)

Specs

set(t, i, v) :: t