Types

These are some globally useful type aliases.

PrimaryKey: collections.abc.Hashable

Base type of possible primary keys.

Score: numbers.Real

Base type of possible scores.

RecheckPredicate[Record]: collections.abc.Callable[[Record], bool]

Predicate operating on a record.