Module gardiz::rect[][src]

Expand description

This module exports rectangle utilities.

Structs

Iterator over inner borders of the rectangle. See Rect::borders.

Iterator over columns of the rectangle. See Rect::columns.

A rectangle in a plane.

Iterator over rows of the rectangle. See Rect::rows.