hb_map_set function

  1. @Native<Void Function(Pointer<hb_map_t>, hb_codepoint_t, hb_codepoint_t)>(ffi.Pointer<hb_map_t>, hb_codepoint_t, hb_codepoint_t)>()
void hb_map_set(
  1. Pointer<hb_map_t> map,
  2. int key,
  3. int value
)

Implementation

@ffi.Native<
  ffi.Void Function(ffi.Pointer<hb_map_t>, hb_codepoint_t, hb_codepoint_t)
>()
external void hb_map_set(ffi.Pointer<hb_map_t> map, int key, int value);