[][src]Function lexical_bool::initialize_true_values

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

Intialize a custom set of truth-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 TRUTHY_VALUES