y_ex
v0.0.3
Pages
Modules
Search documentation of y_ex
Settings
View Source
Yex.Array
(y_ex v0.0.3)
Summary
Types
t()
Functions
delete(array, index)
delete_range(array, index, length)
get(array, index)
insert(array, index, content)
length(array)
push(array, content)
to_json(array)
to_list(array)
unshift(array, content)
Types
Link to this type
t()
View Source
@type
t() :: %Yex.Array{reference:
any
()}
Functions
Link to this function
delete(array, index)
View Source
Link to this function
delete_range(array, index, length)
View Source
Link to this function
get(array, index)
View Source
Link to this function
insert(array, index, content)
View Source
Link to this function
length(array)
View Source
Link to this function
push(array, content)
View Source
Link to this function
to_json(array)
View Source
Link to this function
to_list(array)
View Source
Link to this function
unshift(array, content)
View Source