blaze
blaze copied to clipboard
Allow Property Access of Low/High on Interval
I've implemented the interval data type with :start and :end because I wanted to precalculate the start and end values. But ELM allows to access the components of an interval using low
and high
keys with a property expression. Currently that will result in nil, because I don't have the low and high values anymore.