furi_string_get_char

Function furi_string_get_char 

Source
pub unsafe extern "C" fn furi_string_get_char(
    string: *const FuriString,
    index: usize,
) -> c_char
Expand description

Get the character at the given index.

Return the selected character of the string.

§Arguments

  • string - The FuriString instance
  • index - The index

§Returns

character at index