ToListOp

Undocumented in source.

Constructors

this
this(typeof(this) rhs)
Undocumented in source.
this
this(Stream stream, Receiver receiver)
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Aliases

Op
alias Op = OpType!(Properties.Sender, ToListReceiver!(State))
Undocumented in source.
Properties
alias Properties = StreamProperties!Stream
Undocumented in source.
State
alias State = ToListState!(Receiver, Properties.ElementType)
Undocumented in source.

Functions

item
void item(Properties.ElementType t)
Undocumented in source. Be warned that the author may not have intended to support it.
start
void start()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

op
Op op;
Undocumented in source.
state
State state;
Undocumented in source.

Meta