==(_:_:)
struct.pb.swift:405static func == (lhs: Google_Protobuf_ListValue, rhs: Google_Protobuf_ListValue) -> Bool
Other members in extension
Typealiases
Type members
init(
) init(arrayLiteral: Element...
) Creates a new
Google_Protobuf_ListValue
from an array literal containingGoogle_Protobuf_Value
elements.init(values: [Google_Protobuf_Value]
) Creates a new
Google_Protobuf_ListValue
from the given array ofGoogle_Protobuf_Value
elements.static let protoMessageName: String
Show implementation details (1)
Hide implementation details
Instance members
var unknownFields: UnknownStorage
var values: [Google_Protobuf_Value]
Repeated field of dynamically typed values.
subscript(Int
) -> Google_Protobuf_Value Accesses the
Google_Protobuf_Value
at the specified position.func decodeMessage<D>(decoder: inout D
) throws func traverse<V>(visitor: inout V
) throws