Sha256: 25b526f7fbb2a85f36da246ebf2c19504616d5b6b0e1e8fb8025c88be2d62496
Contents?: true
Size: 334 Bytes
Versions: 1
Compression:
Stored size: 334 Bytes
Contents
# encoding: utf-8 # frozen_string_literal: true module Carbon module Compiler module Node module Definition class Enum < Base # An element of an Enumerable. This contains either type or value # information. class Element < Base 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/enum/element.rb |