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

    Type Alias NuclideIndex

    NuclideIndex: Collection<
        {
            [Z in number]?: Collection<
                { [N in number]?: Distinct<NuclideIndexEntry<Z, N>> },
            >
        },
    >

    Multi-dimensional index of all nuclides, organized by Z and N coordinates. Used for rendering the nuclide chart and is automatically generated.