Go v0.4.3 Go.Coordinate View Source
Documentation for Go.Coordinate
To be more compliant with Ecto and JSON, this entity replace old tuple form of coordinate.
It is a simple struct with row and col keys.
Link to this section Summary
Functions
Returns a new Coordinate structure from a tuple
Returns a list of new Coordinate structures from a list of tuples
Returns a list of new tuples from a list of Coordinate structures
Returns a new Coordinate structure it accepts
Returns a tuple from Coordinate structure
Link to this section Types
Link to this section Functions
Specs
Returns a new Coordinate structure from a tuple
Specs
Returns a list of new Coordinate structures from a list of tuples
Specs
Returns a list of new tuples from a list of Coordinate structures
Specs
Returns a new Coordinate structure it accepts:
- a tuple
- 2 arguments (row, col)
Specs
Specs
Returns a tuple from Coordinate structure