module HDLRuby::High::StringT

Public Class Methods

to_low() click to toggle source

Converts the type to HDLRuby::Low.

# File lib/HDLRuby/hruby_high.rb, line 1640
def to_low
    return Low::StringT
end