hb_map_has function

  1. @Native<Int Function(Pointer<hb_map_t>, Uint32)>(ffi.Pointer<hb_map_t>, ffi.Uint32)>()
int hb_map_has(
  1. Pointer<hb_map_t> map,
  2. int key
)

Implementation

@ffi.Native<ffi.Int Function(ffi.Pointer<hb_map_t>, ffi.Uint32)>()
external int hb_map_has(ffi.Pointer<hb_map_t> map, int key);