Stof's standard boolean library ("Bool").
Last updated 2 months ago
Was this helpful?
Returns this boolean value converted to a string (either "true" or "false").
Returns the first non-empty (null or void) argument, just like the "or" function.
#[test] fn test() { let val = self.dne.or(false); assertEq(val, false); }