encode(_:)
- iOS
- 18.0+
- macOS
- 15.0+
- tvOS
- 18.0+
- visionOS
- 2.0+
- watchOS
- 11.0+
mutating func encode(_ value: Int128) throws
mutating func encode(_ value: Int128) throws
ss28SingleValueEncodingContainerPsE6encodeyys6Int128VKF
What are these?82SDY
import Swift
protocol SingleValueEncodingContainer
A container that can support the storage and direct encoding of a single non-keyed value.
@frozen struct Int128
A 128-bit signed integer type.
mutating func encode(_ value: String) throws
Encodes a single value of the given type.
mutating func encode(_ value: Bool) throws
Encodes a single value of the given type.
mutating func encode(_ value: Double) throws
Encodes a single value of the given type.
mutating func encode(_ value: Float) throws
Encodes a single value of the given type.
mutating func encode(_ value: Int) throws
Encodes a single value of the given type.
mutating func encode(_ value: UInt) throws
Encodes a single value of the given type.
mutating func encode<T>(_ value: T) throws where T : Encodable
Encodes a single value of the given type.
mutating func encode(_ value: Int8) throws
Encodes a single value of the given type.
mutating func encode(_ value: Int16) throws
Encodes a single value of the given type.
mutating func encode(_ value: Int32) throws
Encodes a single value of the given type.
mutating func encode(_ value: Int64) throws
Encodes a single value of the given type.
mutating func encode(_ value: UInt8) throws
Encodes a single value of the given type.
mutating func encode(_ value: Int128) throws
Encodes a single value of the given type.
mutating func encode(_ value: UInt16) throws
Encodes a single value of the given type.
mutating func encode(_ value: UInt32) throws
Encodes a single value of the given type.
mutating func encode(_ value: UInt64) throws
Encodes a single value of the given type.
mutating func encode(_ value: UInt128) throws
Encodes a single value of the given type.
mutating func encode(_ value: UInt128) throws