spasm.array

Undocumented in source.

Members

Aliases

UnorderedList
alias UnorderedList(T) = List!(T, "ul")
Undocumented in source.

Functions

assignEventListeners
void assignEventListeners(Array!T arr, T item)
Undocumented in source. Be warned that the author may not have intended to support it.
getIndexInArray
auto getIndexInArray(Array!T arr, size_t ptr)
Undocumented in source. Be warned that the author may not have intended to support it.
removeItem
bool removeItem(T app, U t)
Undocumented in source. Be warned that the author may not have intended to support it.
removeItem
bool removeItem(T app, size_t idx)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixin templates

ArrayItemEvents
mixintemplate ArrayItemEvents(T)
Undocumented in source.

Structs

Array
struct Array(T)
Undocumented in source.
List
struct List(T, string tag)
Undocumented in source.
Updater
struct Updater(T)
Undocumented in source.

Templates

extractEventPaths
template extractEventPaths(T, Ts...)
Undocumented in source.
join
template join(string delimiter, elems...)
Undocumented in source.

Meta