The container. Don't call any index methods from this container directly; use a reference to an individual index, which can be obtained via
container.get_index!N
or
container.name
for named indices.
If you have a range into an index of this container, you can convert it to a range of index N via
container.to_range!N(range)
This is equivalent to c++ multi_index' project
See Implementation
The container. Don't call any index methods from this container directly; use a reference to an individual index, which can be obtained via
or
for named indices.
If you have a range into an index of this container, you can convert it to a range of index N via
This is equivalent to c++ multi_index' project