Skip to content

Refactor zeroing for loops with the [u8]::fill method#41

Merged
joshlf merged 1 commit intogoogle:mainfrom
MSalah73:refactor-zeroing-for-loops-with-the-fill-method
Oct 10, 2022
Merged

Refactor zeroing for loops with the [u8]::fill method#41
joshlf merged 1 commit intogoogle:mainfrom
MSalah73:refactor-zeroing-for-loops-with-the-fill-method

Conversation

@MSalah73
Copy link
Contributor

Refactored map_zeroed & map_prefix_tuple_zeroed's for-loops with the [u8]::fill method.

Resolves #38

Refactored map_zeroed & map_prefix_tuple_zeroed's for-loops with the [u8]::fill method.

Resolves google#38
Copy link
Member

@joshlf joshlf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, thanks for this, @MSalah73!

@joshlf joshlf merged commit 6aea74e into google:main Oct 10, 2022
joshlf pushed a commit that referenced this pull request Aug 3, 2023
Refactor map_zeroed & map_prefix_tuple_zeroed's for loops with the
`[u8]::fill` method.

Resolves #38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace for loop with [u8]::fill method

2 participants