MultiIndexContainer._RemoveAllBut

Undocumented in source. Be warned that the author may not have intended to support it.
class MultiIndexContainer(Value, Args...)
void
_RemoveAllBut
(
size_t N
)
if (
IndexedByCount!(Args)() == 1 &&
FindIndexedBy!Args.List.length != 0
&&
IndexedByAllIndices!(FindIndexedBy!Args)().length == 0
&&
&&
&&
ConstnessViewCount!(Args)() <= 1
&&
AllocatorCount!(Args)() <= 1
&&
IndexGarbage!(Args)().length == 0
)

Meta