encode(contentsOf:)
Encodes the elements of the given sequence.
Declaration
mutating func encode<T>(contentsOf sequence: T) throws where T : Sequence, T.Element == Int64Parameters
- sequence:
The sequences whose contents to encode.
Encodes the elements of the given sequence.
mutating func encode<T>(contentsOf sequence: T) throws where T : Sequence, T.Element == Int64The sequences whose contents to encode.