Skip to main content

not_in

Function not_in 

Source
pub fn not_in(needle: Value, container: Value) -> DogeResult
Expand description

needle not in container — the negation of in_, sharing its type rules so x not in xs and not (x in xs) always agree.