mirror of https://github.com/tevino/abool.git
parent
7e73116d51
commit
9ec6c2a077
|
@ -19,7 +19,7 @@ cond.IsSet() // Returns true
|
|||
cond.UnSet() // Sets to false
|
||||
cond.IsNotSet() // Returns true
|
||||
cond.SetTo(any) // Sets to whatever you want
|
||||
cond.SetToIf(new, old) // Sets to `new` only if the Boolean matches the `old`, returns whether succeeded
|
||||
cond.SetToIf(old, new) // Sets to `new` only if the Boolean matches the `old`, returns whether succeeded
|
||||
|
||||
|
||||
// embedding
|
||||
|
|
Loading…
Reference in New Issue