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

    Type Alias NuclideCollection

    NuclideCollection: Collection<
        {
            [K in ElementSymbol]?: Collection<
                { [N in NuclideIdentifier]?: Nuclide<K> },
            >
        },
    >

    Global registry of nuclides grouped by element and identified by their mass number.