Calldata
Helper library for manipulating objects in calldata.
Functions
emptyBytes
function emptyBytes() internal pure returns (bytes calldata result);
emptyString
function emptyString() internal pure returns (string calldata result);
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
Helper library for manipulating objects in calldata.
function emptyBytes() internal pure returns (bytes calldata result);
function emptyString() internal pure returns (string calldata result);