tinymist_std::typst::foundations::ops

Function not_in

pub fn not_in(
    lhs: Value,
    rhs: Value,
    sink: &mut dyn DeprecationSink,
) -> Result<Value, HintedString>
Expand description

Test whether one value is “not in” another one.