-
typle_for!
no longer supports different behaviour based on delimiters.- To create an array use
typle!
inside brackets.typle_for![i in .. => t[[i]]]
becomes[typle!(i in .. => t[[i]])]
. typle_for!
macro no longer needstyple_const!
on anif
expression.typle_for!
macro no longer requirestyple_ty!
andtyple_pat!
for non-expression types and patterns inside anif
body.
- To create an array use
-
typle_get!
is replaced bymatch
with atyple_index!
range.