Method: HDLRuby::Low::LLeaf#leaf?

Defined in:
lib/HDLRuby/hruby_low.rb

#leaf?Boolean

Tells if the type is a leaf.

Returns:

  • (Boolean)


1510
1511
1512
# File 'lib/HDLRuby/hruby_low.rb', line 1510

def leaf?
    return true
end