Instance Methodgrpc-swift 2.0.0GRPCCore
next
Metadata.swift:366mutating func next() -> String?
mutating func next() -> String?
s8GRPCCore8MetadataV12StringValuesV8IteratorV4nextSSSgyF
What are these?6V6PQ
import GRPCCore
A gRPC library for Swift written natively in Swift.
struct Iterator
An iterator for all string values associated with a given key.
struct Metadata
A collection of metadata key-value pairs, found in RPC streams.
struct StringValues
A sequence of metadata string values for a given key.
@frozen struct String
A Unicode string value that is a collection of characters.