parseTomlType
Signature
Section titled “Signature”function parseTomlType( string calldata toml, string calldata key, string calldata typeDescription) external pure returns (bytes memory);Description
Section titled “Description”Parses a string of TOML data at key and coerces it to type corresponding to typeDescription.