parseTomlIntArray
Signature
Section titled “Signature”function parseTomlIntArray( string calldata toml, string calldata key) external pure returns (int256[] memory);Description
Section titled “Description”Parses a string of TOML data at key and coerces it to int256[].