Deserializer.ArraySink

Undocumented in source.
template Deserializer(alias anchor)
static
struct ArraySink (
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