Expand description
This procedural macro crate serves the purporse of construct a tuple thought the array-like [T; N] syntax,where T can be a type for annotate or an expression and N is the number of times T repeats.
This macro is no_std with debug assertions disabled.
Macrosยง
- tuple
- A tuple array-like constructor tuple!(T; N).