Function not

Source
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() returns false
  • false | not() returns true