//! Sexagenary name labels — the ten Heavenly Stems (天干) and twelve Earthly
//! Branches (地支). Ported verbatim from the TypeScript `STEMS` / `BRANCHES`
//! (`src/stems.ts`, `src/branches.ts`); Traditional Chinese.
/// The ten Heavenly Stems (天干), index 0 = 甲.
pub const HEAVENLY_STEMS: = ;
/// The twelve Earthly Branches (地支), index 0 = 子.
pub const EARTHLY_BRANCHES: = ;