encode(contentsOf:)
Encodes the elements of the given sequence.
Declaration
mutating func encode<T>(contentsOf sequence: T) throws where T : Sequence, T.Element == BoolParameters
- 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 == BoolThe sequences whose contents to encode.