Enum RangeMatch

Enum Documentation

enum nix::RangeMatch

Enumeration providing constants for range matching.

These constants are used to control the behaviour of the range finding. Inclusive means [start, end], i.e. start and end are included Exclusive means [start, end), i.e. start is included, end is not

Values:

enumerator Inclusive
enumerator Exclusive