const fn default_draft_order() -> [DraftVersion; 15]Expand description
DEFAULT_DRAFT_ORDER, built from DraftVersion::ALL rather than
transcribed from it.
A const fn because the caller is one. Transcribing the series here meant
a draft could be left out of the default order without anything failing,
and the symptom would have been the proxy quietly defaulting to a different
draft than the one a full build means to prefer.