none constant
A sequence that represents nothing and does nothing.
This is useful when you want to represent an empty sequence, for example for a style that has no effect, or for converting an unsupported sequence to a valid sequence.
In practice, this should be rarely used.
Implementation
static const Sequence none = _NullSequence();