Type Aliasswift-protobuf 1.29.0SwiftProtobuf
ValueType
ExtensionFields.swift:301typealias ValueType = [E]
typealias ValueType = [E]
s13SwiftProtobuf26RepeatedEnumExtensionFieldV9ValueTypea
What are these?96JC3
import SwiftProtobuf
Support library for Swift code generated by protoc-gen-swift.
struct RepeatedEnumExtensionField<E> where E : Enum, E.RawValue == Int
Repeated Enum fields
init?<D>(protobufExtension: any AnyMessageExtension, decoder: inout D) throws where D : Decoder
init(protobufExtension: any AnyMessageExtension, value: ValueType)
var debugDescription: String { get }
var protobufExtension: any AnyMessageExtension
var value: ValueType
static func == (lhs: RepeatedEnumExtensionField, rhs: RepeatedEnumExtensionField) -> Bool
mutating func decodeExtensionField<D>(decoder: inout D) throws where D : Decoder
func hash(into hasher: inout Hasher)
func isEqual(other: any AnyExtensionField) -> Bool
func traverse<V>(visitor: inout V) throws where V : Visitor
typealias BaseType = E