Function merge

Source
pub fn merge<T: TileParent + Copy + Eq + Hash, S: BuildHasher>(
    merge_set: &HashSet<T, S>,
    minzoom: Option<u8>,
) -> (HashSet<T>, bool)
Expand description

Merge a set of tiles into a simplified set of tiles