Skip to content

Bytes32SetLib

Description

Source: contracts/Bytes32SetLib.sol

Structs

Bytes32Set

Source

Field Type Description
elements bytes32[] TBA
indices mapping(bytes32 => uint256) TBA

Internal Functions

add

Source

Details

Signature

add(struct Bytes32SetLib.Bytes32Set set, bytes32 element)

Visibility

internal

State Mutability

``

contains

Source

Details

Signature

contains(struct Bytes32SetLib.Bytes32Set set, bytes32 candidate) view returns (bool)

Visibility

internal

State Mutability

view

getPage

Source

Details

Signature

getPage(struct Bytes32SetLib.Bytes32Set set, uint256 index, uint256 pageSize) view returns (bytes32[])

Visibility

internal

State Mutability

view

remove

Source

Details

Signature

remove(struct Bytes32SetLib.Bytes32Set set, bytes32 element)

Visibility

internal

State Mutability

``

Requires