Skip to content

Add fully open-ended range sub tree support #33

@werner77

Description

@werner77

Right now half open ranges and closed ranges are supported, but there is no support for getting a fully open range:

(start, end)

or a half open range where the half-open boundary is on the lower end:

(start, end]

I suggest to add methods.

suffix(after: ...)

to BTree (and SortedSet where I need it).

I can help with a MR if wanted.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions