Function h3o::max_grid_disk_size

source ·
pub const fn max_grid_disk_size(k: u32) -> u64
Expand description

Maximum number of indices produced by the grid disk algorithm with the given k.

§Example

let count = h3o::max_grid_disk_size(3);