Function tapestry::patterns::ortho_neighborhood[][src]

pub fn ortho_neighborhood<'a, C: Into<Coord>>(
    coord: C
) -> impl Iterator<Item = Coord> + 'a

Returns the orthogonal (Von Neumann) neighborhood of coord.