class RubyRTL::RIntType

Public Instance Methods

to_s() click to toggle source
# File lib/ruby_rtl/ast.rb, line 291
def to_s
  "rint#{bitwidth}"
end