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