struct Place::Router::SignalGraph::Edge::Func::Switch

Defined in:

place/router/signal_graph/edge.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(input : Int32 | String, output : Int32 | String, layer : String) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(input _input = @input, output _output = @output, layer _layer = @layer) #

[View source]
def input : Int32 | String #

def layer : String #

def output : Int32 | String #