We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement the Bytes.huff contract located in src/data-structures/Bytes.huff.
Bytes.huff
src/data-structures/Bytes.huff
The Bytes.huff contract should contain helpers for working with Bytes in Huff, similar to Arrays.huff in src/data-structures/Arrays.huff.
Arrays.huff
src/data-structures/Arrays.huff
The text was updated successfully, but these errors were encountered:
Completed in #76
Sorry, something went wrong.
No branches or pull requests
Overview
Implement the
Bytes.huff
contract located insrc/data-structures/Bytes.huff
.The
Bytes.huff
contract should contain helpers for working with Bytes in Huff, similar toArrays.huff
insrc/data-structures/Arrays.huff
.The text was updated successfully, but these errors were encountered: