hb_map_is_empty function

  1. @Native<Int Function(Pointer<hb_map_t>)>(ffi.Pointer<hb_map_t>)>()
int hb_map_is_empty(
  1. Pointer<hb_map_t> map
)

Implementation

@ffi.Native<ffi.Int Function(ffi.Pointer<hb_map_t>)>()
external int hb_map_is_empty(ffi.Pointer<hb_map_t> map);