Function tapestry::patterns::diag_neighborhood[][src]

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

Returns the diagonal neighborhood of coord (for completeness).