Ejemplo n.º 1
0
        public static void Clear(UnsafeSortedSet *set)
        {
            UDebug.Assert(set != null);

            UnsafeOrderedCollection.Clear(&set->_collection);
        }
        public static void Clear(UnsafeSortedDictionary *map)
        {
            UDebug.Assert(map != null);

            UnsafeOrderedCollection.Clear(&map->_collection);
        }