Sha256: a02e3850d17d4477d2cced6d273477e7073731f7f8d60fe653c00ae22e57987a
Contents?: true
Size: 398 Bytes
Versions: 1
Compression:
Stored size: 398 Bytes
Contents
# encoding: utf-8 # frozen_string_literal: true module Carbon module Compiler module Node module Definition class Struct < Base # An element of a struct. This contains name and "klass" (type) # information for a structure element. class Element < Base attributes name: 0, type: 1 end end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
carbon-compiler-0.2.0 | lib/carbon/compiler/node/definition/struct/element.rb |