@mora > is there a way to ask for a variable with the given type and with the default > value inline?
Not inline, but you can do var x: T get(c, x) where `T` is your type
@mora > is there a way to ask for a variable with the given type and with the default > value inline?
Not inline, but you can do var x: T get(c, x) where `T` is your type