Type Alias: IndexKey
IndexKey = readonly [
string,string]
When using indexes the key is a tuple of the secondary key and the primary key.
IndexKey = readonly [
string,string]
When using indexes the key is a tuple of the secondary key and the primary key.