SlideStreamOp.SlideStreamOp

Undocumented in source.

Constructors

this
this(typeof(this) rhs)
Undocumented in source.
this
this(Stream stream, size_t window, size_t step, DG dg, Receiver receiver)
Undocumented in source.

Postblit

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

Members

Aliases

Op
alias Op = OpType!(Properties.Sender, Receiver)
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

arr
Properties.ElementType[] arr;
Undocumented in source.
dg
DG dg;
Undocumented in source.
op
Op op;
skip
size_t skip;
step
size_t step;
Undocumented in source.
window
size_t window;
Undocumented in source.

Meta