Interface RangeEndpointExperimental

interface RangeEndpoint {
    inclusive: boolean;
    value: OrderedDomainValue;
}

Properties

Properties

inclusive: boolean