public static void Recycle(ref SortedSetCopyable <TValue> dic)
        {
            PoolSortedSetCopyable <TValue> .pool.Recycle(dic);

            dic = null;
        }
 public static void Recycle(SortedSetCopyable <TValue> dic)
 {
     PoolSortedSetCopyable <TValue> .pool.Recycle(dic);
 }
 public static void Recycle(ref SortedSetCopyable <TValue> dic)
 {
     Pools.current.PoolRecycle(ref dic);
 }