Expand description
Various macro helpers.
Macrosยง
- local_
name ๐ - ns ๐
- size_
of_ ๐test - Asserts the size of a type at compile time.
- trivial_
to_ ๐computed_ value - try_
match_ ๐ident_ ignore_ ascii_ case - A macro to parse an identifier, or return an
UnexpectedIdent
error otherwise.