Skip to main content

Constants

Git Source

SET_MAX_ELEMENTS

Represents the maximum number of elements that can be stored in the set. Must not exceed 255 due to the uint8 data type limit.

uint8 constant SET_MAX_ELEMENTS = 10;