// ── Arity ID generation ─────────────────────────────────────────────────────
use ;
static NEXT_ARITY_ID: AtomicU64 = new;
/// Allocate a fresh unique arity ID.
/// The next arity ID that will be allocated. Every previously allocated ID
/// is strictly below this value. Used to snapshot a watermark separating
/// bootstrap-era definitions from later (user) ones — see
/// `crate::tiered::jit_state::set_bootstrap_arity_watermark`.