std::String::find<T>
find<T>
Finds the first occurrence of a character in a C-style string
Template Parameters
T
Signature
fn <T> fn find(str: const *T, c: i32) -> *T?;Specifiers
constexprinline
find<T>Finds the first occurrence of a character in a C-style string
Tfn <T> fn find(str: const *T, c: i32) -> *T?;constexprinline