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

    Type Alias NuclideCollection

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

    Nested collection of all nuclides, categorized by element and nuclide ID.