Instance Methodswift 6.1.2Swift
encode(to:)
func encode(to encoder: any Encoder) throws func encode(to encoder: any Encoder) throws ss16PartialRangeFromVsSERzrlE6encode2toys7Encoder_p_tKF What are these?11G8Jwhere Bound:Encodable, Bound:Comparableimport Swift@frozen struct PartialRangeFrom<Bound> where Bound : ComparableA partial interval extending upward from a lower bound.
protocol EncoderA type that can encode values into a native format for external representation.
protocol EncodableA type that can encode itself to an external representation.
protocol Comparable : EquatableA type that can be compared using the relational operators <, <=, >=, and >.