pub fn value_in_set(value: &StixValue, set: &[Literal]) -> bool
Returns true if the value equals any literal in the set (the IN operator).
IN