[][src]Function tidwall_geohash::neighbor_int_with_precision

pub fn neighbor_int_with_precision(
    hash: u64,
    bits: usize,
    direction: Direction
) -> u64

neighbor_int_with_precision returns a uint64s that corresponds to the provided hash's neighbor in the provided direction at the given precision.