[][src]Module gridly::shorthand

The shorthand module includes quick single-character shorthand constructors for the common gridly types ([Row], [Column], [Vector], and [Location]).

These are not includes in the prelude because we don't want a bulk import to unexpectedly add a bunch of single-character names to the namespace.

Functions

C

Shorthand to create a Column

L

Shorthand to create a Location

R

Shorthand to create a Row

V

Shorthand to create a Vector