Concept type aliases
This is the collection of concept type aliases within the indexes
module. There are only two concept type aliases, Index
and Slice
.
Index
The Index
type represents the concept of a map of Slice
objects, keyed by Id
.
Slice
The Slice
type represents the concept of a set of Row
objects that comprise part of an Index
.