Constant OP_CONTAINS
pub const OP_CONTAINS: &'static str;Expand description
Standard containment testing function.
The in operator is implemented as a call to this function.
pub const OP_CONTAINS: &'static str;Standard containment testing function.
The in operator is implemented as a call to this function.