Method: HDLRuby::Low::TypeStruct#get_type

Defined in:
lib/HDLRuby/hruby_low.rb

#get_type(name) ⇒ Object

Gets a sub type by +name+.



1857
1858
1859
# File 'lib/HDLRuby/hruby_low.rb', line 1857

def get_type(name)
    return @types[name.to_sym]
end