ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
Deserializer.ArraySink
ae
utils
serialization
serialization
Deserializer
Undocumented in source.
template
Deserializer
(alias anchor)
deprecated
static
struct
ArraySink (
T
) {
T
[]
arr
;
void
handleValue
(T v);
mixin
SinkHandlers
!
T
;
}
Members
Functions
handleValue
void
handleValue
(T v)
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
SinkHandlers
!
T
Undocumented in source.
Variables
arr
T
[]
arr
;
Undocumented in source.
Meta
Source
See Implementation
ae
utils
serialization
serialization
Deserializer
aliases
C
mixin templates
SinkHandlers
static functions
makeSink
structs
ArraySink