[][src]Function lexical_bool::initialize_false_values

pub fn initialize_false_values<S: ToString>(
    values: impl IntoIterator<Item = S>
) -> bool

Intialize a custom set of false-y values

This returns whether or not they were updated.

note They can only be updated once per thread

note If a parse happens in this thread and this hasn't be called, then it'll default to FALSEY_VALUES