Skip to main content

value_in_set

Function value_in_set 

Source
pub fn value_in_set(value: &StixValue, set: &[Literal]) -> bool
Expand description

Returns true if the value equals any literal in the set (the IN operator).