Constant rhai::OP_CONTAINS

source ·
pub const OP_CONTAINS: &str = "contains";
Expand description

Standard containment testing function.

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