[set] Add hb_set_is_inverted()
diff --git a/src/hb-set.hh b/src/hb-set.hh
index b13d537..6048023 100644
--- a/src/hb-set.hh
+++ b/src/hb-set.hh
@@ -79,6 +79,7 @@
   void reset () { s.reset (); }
   void clear () { s.clear (); }
   void invert () { s.invert (); }
+  bool is_inverted () const { return s.is_inverted (); }
   bool is_empty () const { return s.is_empty (); }
   uint32_t hash () const { return s.hash (); }