Function endbasic_std::strings::parse_boolean

source ยท
pub fn parse_boolean(s: &str) -> Result<bool, String>
Expand description

Parses a string s as a boolean.