IndexUnique<K extends Key<Record>, Record> constructor

IndexUnique<K extends Key<Record>, Record>(
  1. K keyType
)

Implementation

IndexUnique(K keyType) : super(keyType);