Module 0xa888dd108ea636a234c973b8b72b9cadf0c7ae94d6f355c64dde9fdc275724ee::helper
@title Helper @author Aave @notice Provides utility functions for various operations
Constants
@notice Constant representing a u256 value with all bits set to 1
const ALL_ONES: u256 = 115792089237316195423570985008687907853269984665640564039457584007913129639935;
Function bitwise_negation
@notice Get the result of bitwise negation for a u256 value @param m The u256 value to negate @return The bitwise negation result as u256
public fun bitwise_negation(m: u256): u256