Skip to content

std::String::find_last<T>

find_last<T>

Finds the last occurrence of a character in a C-style string

Template Parameters

  • T

Signature

fn <T> fn find_last(str: const *T, c: i32) -> *T?;

Specifiers

  • constexpr
  • inline