MaybeSink

Function from Maybe to void can be constructed from a Function to void.

  1. class MaybeSink(A)
  2. auto maybeSink(S sink)

Constructors

this
this(Function!(A, void) sink)
Undocumented in source.

Members

Functions

opCall
void opCall(Maybe!A x)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

sink
Function!(A, void) sink;
Undocumented in source.

Meta