pub const OP_CONTAINS: &'static str = "contains";
Expand description

Standard containment testing function.

The in operator is implemented as a call to this function.