Crate axmac

Source
Expand description

Readable indexing macros for 1-4 dimensional data structures

Macrosยง

ax
Converts an identifier x, y, z or w to a usize value.
axr
Converts a range of identifiers and/or usize expressions to a range of usize values
axs
Converts an array of identifiers x, y, z or w to an array of usize values