Expand description
Utils for union!
macro parsing and code generation.
Functions§
- is_
block_ expr - Returns true if expr is {…}.
- is_
valid_ expr - Returns true if given stream can be parsed as
Expr
. - parse_
until - Parses input
ParseStream
until one of providedGroupDeterminer
’s check will be valid or it reaches end.