// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: Copyright the Vortex contributors
//! The August 2026 draft core edition adding canonical Map arrays.
use Edition;
use EditionDeclaration;
use EditionId;
use EditionMember;
/// The third August 2026 edition of the `core` family.
pub const CORE_2026_08_2: EditionId = new;
/// The declaration of [`CORE_2026_08_2`] and the components that join the family at it.
pub static DECLARATION: EditionDeclaration = EditionDeclaration ;