//! [`CMap2`] code
//!
//! This module contains code for the 2D implementation of combinatorial maps: [`CMap2`].
//!
//! The definitions are re-exported, direct interaction with this module
//! should be minimal, if existing at all.
/// Number of beta functions defined for [`CMap2`].
const CMAP2_BETA: usize = 3;