Macrosยง
- count
- Count without wrapping (panic if counter exceeds usize).
Every instance of
_int_
and_int_countername_
will be replaced with the counter value and then the counter will be increased. - wrapping_
count - Count with wrapping (wraps to 0 if counter exceeds usize).
Every instance of
_int_
and_int_countername_
will be replaced with the counter value and then the counter will be increased.