/// Utility function to check if `index` is in bounds for an array `[T; N]`.
///
/// Does nothing on success.
///
/// # Panics
///
/// If `index` is out of bounds.
pub const
/// Utility function to check if `[start..end]` is in bounds for an array `[T; N]`.
///
/// Does nothing on success.
///
/// # Panics
///
/// If `[start..end]` is out of bounds.
pub