Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Needs convert method for Tuples for Intervals #35

Open
sambitdash opened this issue Apr 2, 2018 · 0 comments
Open

Needs convert method for Tuples for Intervals #35

sambitdash opened this issue Apr 2, 2018 · 0 comments

Comments

@sambitdash
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant