Contents

append(_:)

Appends a new codable value to the end of this path.

Declaration

mutating func append<V>(_ value: V) where V : Decodable, V : Encodable, V : Hashable

Mentioned in

See Also

Managing path contents