Islands Island v0.1.9 Islands.Island View Source
Models an island
in the Game of Islands.
Based on the book Functional Web Development by Lance Halvorsen.
Link to this section Summary
Link to this section Types
Link to this section Functions
Link to this function
guess(island, guess)
View Sourceguess(t(), Islands.Coord.t()) :: {:hit, t()} | :miss
Link to this function
new(type, origin)
View Sourcenew(type(), Islands.Coord.t()) :: {:ok, t()} | {:error, atom()}