Function tapestry::patterns::neighborhood[][src]

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

Returns the orthogonal and diagonal (Moore) neighborhood of coord.