Initializerswift-protobuf 1.28.1SwiftProtobuf
init(rawValue:)
descriptor.pb.swift:2502init?(rawValue: Int)
init?(rawValue: Int)
s13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO8rawValueAESgSi_tcfc
What are these?
FNV24: [62P5I]
Show implementation details (1)
Hide implementation details
import SwiftProtobuf
Support library for Swift code generated by protoc-gen-swift.
enum EnumType
struct Google_Protobuf_FeatureSet
TODO Enums in C++ gencode (and potentially other languages) are not well scoped. This means that each of the feature enums below can clash with each other. The short names we’ve chosen maximize call-site readability, but leave us very open to this scenario. A future feature will be designed and implemented to handle this, hopefully before we ever hit a conflict here.
@frozen struct Int
A signed integer value type.
init()
static let _protobuf_nameMap: _NameMap
var rawValue: Int { get }
typealias RawValue = Int