Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

EnumerableSetHarness

State Variables

_set

EnumerableSet.Bytes32Set private _set;

Functions

add

function add(bytes32 value) public returns (bool);

remove

function remove(bytes32 value) public returns (bool);

contains

function contains(bytes32 value) public view returns (bool);

length

function length() public view returns (uint256);

at_

function at_(uint256 index) public view returns (bytes32);

_positionOf

function _positionOf(bytes32 value) public view returns (uint256);