hb_map_is_equal function

  1. @Native<Int Function(Pointer<hb_map_t>, Pointer<hb_map_t>)>(ffi.Pointer<hb_map_t>, ffi.Pointer<hb_map_t>)>()
int hb_map_is_equal(
  1. Pointer<hb_map_t> map,
  2. Pointer<hb_map_t> other
)

Implementation

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