Skip to content

Needs convert method for Tuples for Intervals #35

@sambitdash

Description

@sambitdash
Base.convert(::Type{Interval{T}}, range::tuple{T, T}) where T

is needed. As in case of IntervalMaps you can set value as t[(1,2)] = 5 but a = t[(1,2)] will fail while t[1:2] will work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions