spasm v0.2.0-beta.8 (2020-09-12T08:27:15Z)
Dub
Repo
Array
spasm
array
Undocumented in source.
nothrow @
safe
struct
Array (
T
) {
@
child
DynamicArray
!(
T
*)
appender
;
mixin
ArrayItemEvents
!
T
;
void
put
(T* t);
}
Alias This
appender
Members
Functions
put
void
put
(T* t)
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
ArrayItemEvents
!
T
Undocumented in source.
Variables
appender
DynamicArray
!(
T
*)
appender
;
Undocumented in source.
Meta
Source
See Implementation
spasm
array
aliases
UnorderedList
functions
assignEventListeners
getIndexInArray
removeItem
mixin templates
ArrayItemEvents
structs
Array
List
Updater
templates
extractEventPaths
join