pub unsafe extern "C" fn furi_string_right(
string: *mut FuriString,
index: usize,
)Expand description
Trim the string right from the ‘index’ position to the last position.
§Arguments
string- The FuriString instanceindex- The index
pub unsafe extern "C" fn furi_string_right(
string: *mut FuriString,
index: usize,
)Trim the string right from the ‘index’ position to the last position.
string - The FuriString instanceindex - The index