std::String::find_any<T>
find_any<T>
Finds the first occurrence of any character from accept in str
Template Parameters
T
Signature
fn <T> fn find_any(str: const *T, accept: const *T) -> *T?;Specifiers
constexprinline
find_any<T>Finds the first occurrence of any character from accept in str
Tfn <T> fn find_any(str: const *T, accept: const *T) -> *T?;constexprinline