ForwardDifferenceCode

Packing of r using a forwardDifference. Used to pack elements of type ptrdiff, times, etc.

struct ForwardDifferenceCode (
R
) if (
isInputRange!R
) {}

Constructors

this
this(R r)
Undocumented in source.

Meta