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