Copyright | (c) Paul Schnapp 2023 |
---|---|
License | BSD3 |
Maintainer | Paul Schnapp <paul.schnapp@gmail.com> |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
A two-dimensional grid of items, evenly spaced.
You may also wish to consider the Arrayed
Container.
Documentation
A two-dimensional grid of visual ItemM
s, evenly spaced.
:: (Int, Int) | The number of rows and columns the |
-> [ItemM m k] | The Placement of the If the number of elements in this list does not meet or exceeds the number of grid locations available, then up-to the number of grid locations will be filled, but no more than that. |
-> GridM m k |