ruffle
ruffle copied to clipboard
chore: Random cleanups
- Replace consecutive
push
es withextend
- This should be slightly more efficient. - Avoid some
Vec::with_capacity
. - De-duplicate code.