Sequence

The first number of the sequence will be skipped. It is okey.

struct Sequence (
NumT
) {}

Postblit

Copying this object is disabled.

A postblit is present on this object, but not explicitly documented in the source.

Members

Functions

putOrAdjust
void putOrAdjust(ref NumT n)

Put a number into the pool or adjust n to a valid value.

Meta