Indices

Indices in the recycler: sorted by index

alias Indices = RedBlackTree!(RecycleSegment*,
(
a
,
b
)
=> a.index < b.index
)