Islands Engine v0.1.69 Islands.Engine.Island View Source
Link to this section Summary
Link to this section Types
Link to this section Functions
Link to this function
guess(island, guess)
View Source
guess(t(), Islands.Engine.Coord.t()) :: {:hit, t()} | :miss
Link to this function
new(type, origin)
View Source
new(type(), Islands.Engine.Coord.t()) :: {:ok, t()} | {:error, atom()}