Periodic Table Database Schema - v0.7.1
    Preparing search index...

    Type Alias ArrayValue<Q>

    ArrayValue: Expand<BaseValue<ARRAY> & { values: number[] } & UnitField<Q>>

    A sequence of quantitative measurements sharing the same physical unit.

    Type Parameters