hb_map_get function

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

Implementation

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