Skip to content

parseTomlBoolArray

function parseTomlBoolArray(
string calldata toml,
string calldata key
) external pure returns (bool[] memory);

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