pub fn not<'doc>(value: bool) -> Result<PValue<'doc>>
Available on crate feature
filter_doc
only.Expand description
Signature: value: Bool | not(): Bool
Returns the boolean NOT (opposite) of value
.
ยงExamples
true | not()
returnsfalse
false | not()
returnstrue