spasm v0.2.0-beta.8 (2020-09-12T08:27:15Z)
Dub
Repo
Container
ut
array
Undocumented in source.
version(unittest)
@
safe
struct
Container {
mixin
Node
!
"section"
;
nothrow
@
child
UnorderedList
!
Item
list
;
nothrow
Filter
filter
;
nothrow
DynamicArray
!(
Item
*)
items
;
auto
transform
(DynamicArray!(Item*) items, Filter filter);
}
Members
Functions
transform
auto
transform
(DynamicArray!(Item*) items, Filter filter)
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
Node
!
"section"
Undocumented in source.
Variables
filter
Filter
filter
;
Undocumented in source.
items
DynamicArray
!(
Item
*)
items
;
Undocumented in source.
list
UnorderedList
!
Item
list
;
Undocumented in source.
Meta
Source
See Implementation
ut
array
enums
Filter
structs
Container
Item