cross-stitch - v2.0.0
    Preparing search index...

    Variable STITCH_KINDSConst

    STITCH_KINDS: readonly [
        "full",
        "half",
        "quarter",
        "three-quarter",
        "back",
        "long",
    ] = ...

    Every stitch kind discriminator, in canonical order. The single source of truth for which kinds exist; the Stitch union and the totals keys are kept in step with it, and the compile-time parity guard at the bottom of this file fails the build if the union and this tuple ever diverge.