Islands Engine v0.1.41 Islands.Engine.Coord View Source

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Islands.Engine.Coord{col: col(), row: row()}

Link to this section Functions

Link to this function new(row, col) View Source
new(row(), col()) :: {:ok, t()} | {:error, atom()}