public static IDictionary <object, object> /*!*/ Clear(Hash /*!*/ self) { self.RequireNotFrozen(); self.Clear(); return(self); }