- Remove
typle_for!. Usetyple!.
- Allow
typle!macro with no range in singleton position.
typle_bounds!has been replaced by support fortyple!macro in where clauses.typle_argsas a synonym fortyple!has been removed.
-
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 anifexpression.typle_for!macro no longer requirestyple_ty!andtyple_pat!for non-expression types and patterns inside anifbody.
- To create an array use
-
typle_get!is replaced bymatchwith atyple_index!range.
typle_for!is deprecated. Usetyple!inside a tuple or array instead.- add
LASTassociated variable equal toLEN - 1.