Macros

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.

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.