ConsolePoint

Represents point in console.

alias ConsolePoint = Tuple!(int, "x", int, "y")

Meta