Skip to content

parseTomlIntArray

function parseTomlIntArray(
string calldata toml,
string calldata key
) external pure returns (int256[] memory);

Parses a string of TOML data at key and coerces it to int256[].