Method: ArrayType#is_const?

Defined in:
lib/tecsgen/core/types.rb

#is_const?Boolean

配列要素が const なら const

Returns:

  • (Boolean)


1229
1230
1231
# File 'lib/tecsgen/core/types.rb', line 1229

def is_const?
  @type.is_const?
end