stbds_hash_string function

  1. @Native<Size Function(Pointer<Char>, Size)>(ffi.Pointer<ffi.Char>, ffi.Size)>()
int stbds_hash_string(
  1. Pointer<Char> str,
  2. int seed
)

Implementation

@ffi.Native<ffi.Size Function(ffi.Pointer<ffi.Char>, ffi.Size)>()
external int stbds_hash_string(ffi.Pointer<ffi.Char> str, int seed);