Comparators
Provides a set of functions to compare values. Available since v5.1.
Functions
lt
function lt(uint256 a, uint256 b) internal pure returns (bool);
gt
function gt(uint256 a, uint256 b) internal pure returns (bool);
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
Provides a set of functions to compare values. Available since v5.1.
function lt(uint256 a, uint256 b) internal pure returns (bool);
function gt(uint256 a, uint256 b) internal pure returns (bool);