pub type SetUnionWithTombstonesSingletonSet<Item> = SetUnionWithTombstones<SingletonSet<Item>, SingletonSet<Item>>;
Expand description

Aliased Type§

struct SetUnionWithTombstonesSingletonSet<Item> { /* private fields */ }