plonk
plonk copied to clipboard
Remove `bit_iterator` macro
Describe what you want implemented
Remove the bit_iterator
macro.
Describe "Why" this is needed
As far as I can see we only invoke the macro once to create BitIterator8
so I don't see the need to have a macro for it. Creating BitIterator8
directly is much clearer.
Describe alternatives you've considered Leave as is.
Additional context NA