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