struct Advent::Day16::Valve

Defined in:

day16.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, rate : UInt32, connections : Array(String)) #

[View source]

Instance Method Detail

def clone #

[View source]
def connections : Array(String) #

def copy_with(name _name = @name, rate _rate = @rate, connections _connections = @connections) #

[View source]
def name : String #

def rate : UInt32 #