[][src]Constant cdshealpix::NSIDE_MAX

pub const NSIDE_MAX: u32

Constant = nside(29), i.e. the largest possible nside available when we store HEALPix hash on a u64.

use cdshealpix::{DEPTH_MAX, NSIDE_MAX, nside};
assert_eq!(nside(DEPTH_MAX), NSIDE_MAX);