pub type RedBlackTreeSetSync<T> = RedBlackTreeSet<T, ArcK>;

Implementations§