furi_string_hash

Function furi_string_hash 

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

Compute a hash for the string.

§Arguments

  • string - The FuriString instance

§Returns

hash value