pub fn contains(
coll: &RuntimeValue,
val: &RuntimeValue,
) -> Result<RuntimeValue, String>Expand description
Membership: values_equal scan for Set/List, key lookup for Map,
substring/char for Text.
pub fn contains(
coll: &RuntimeValue,
val: &RuntimeValue,
) -> Result<RuntimeValue, String>Membership: values_equal scan for Set/List, key lookup for Map,
substring/char for Text.