Function fastanvil::expand_heightmap[][src]

pub fn expand_heightmap(
    data: &[i64],
    y_min: isize,
    data_version: i32
) -> Vec<i16>
Notable traits for Vec<u8, A>
impl<A> Write for Vec<u8, A> where
    A: Allocator
Expand description

Expand heightmap data. This is equivalent to expand_generic(data, 9).