module HDLRuby::Low::LLeaf

The module giving leaf properties to a type.

Public Instance Methods

leaf?() click to toggle source

Tells if the type is a leaf.

# File lib/HDLRuby/hruby_low.rb, line 1369
def leaf?
    return true
end