defmodule Robot.Models.Point do defstruct x: 0, y: 0, bounds: %{x: 5, y: 5} end
2025 © Six Colors AB.
Powered by the Erlang VM and the Elixir programming language.