What about non-constant (but never assigned) range...
# language-proposals
d
What about non-constant (but never assigned) ranges? Would it be possible to inline those? (e.g.
if (2 in 1..n)
)