[][src]Function libh3::h3_get_base_cell

pub fn h3_get_base_cell(h3: H3Index) -> i32

Get the number of the base cell for a given H3 index

use libh3;
assert_eq!(libh3::h3_get_base_cell(0x8a2a1072b59ffff), 21);