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

    Type Alias Value<Q, T, S>

    Value:
        | NumberValue<Q>
        | PrimitiveValue<T>
        | StructValue<S>
        | CoupledValue<Q, T, S>

    The most abstract representation of a data value in the system.

    Type Parameters