Functions
Returns
Some(true) if atom == "true",
Some(false) if atom == "false", or None
otherwise.Returns
"true" if value is true,
otherwise returns "false".