VariableRange.this

Construct a VariableRange processing events from a range of Events.

struct VariableRange(ERange)
@safe pure nothrow @nogc
this
(
ERange events
)

Parameters

events ERange

The event range to read from. VariableRange will create a (shallow) copy, and will not consume this range.

Meta