hb_map_get_population function

  1. @Native<UnsignedInt Function(Pointer<hb_map_t>)>(ffi.Pointer<hb_map_t>)>()
int hb_map_get_population(
  1. Pointer<hb_map_t> map
)

Implementation

@ffi.Native<ffi.UnsignedInt Function(ffi.Pointer<hb_map_t>)>()
external int hb_map_get_population(ffi.Pointer<hb_map_t> map);