chronia
    Preparing search index...

    Type Alias BoundsType

    BoundsType: "()" | "[]" | "[)" | "(]"

    Mathematical interval notation for boundary inclusion/exclusion.

    • "()" : Both boundaries excluded (open interval)
    • "[]" : Both boundaries included (closed interval)
    • "[)" : Start included, end excluded (left-closed, right-open)
    • "(]" : Start excluded, end included (left-open, right-closed)