struct Day23::Bot

Defined in:

day23.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(x : Int32, y : Int32, z : Int32, r : Int32) #

[View source]
def self.new(line) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(x _x = @x, y _y = @y, z _z = @z, r _r = @r) #

[View source]
def r : Int32 #

def range(other : Bot) #

[View source]
def x : Int32 #

def y : Int32 #

def z : Int32 #