datastructures
v0.1.1
Pages
Modules
Exceptions
Protocols
datastructures v0.1.1
Data.Array
protocol
Summary
Types
i()
t()
v()
Functions
fetch(self, index)
set(self, index, value)
Types
i
:: integer
t
:: term
v
:: any
Functions
fetch(self, index)
Specs
fetch(
t
,
i
) :: {:ok,
v
} | :error
set(self, index, value)
Specs
set(
t
,
i
,
v
) ::
t