Islands Engine v0.1.63 Islands.Engine.Guesses View Source
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Islands.Engine.Guesses{ hits: Islands.Engine.Island.coords(), misses: Islands.Engine.Island.coords() }
Link to this section Functions
Link to this function
add(guesses, type, guess)
View Source
add(t(), type(), Islands.Engine.Coord.t()) :: t() | {:error, atom()}