Enumerationswift-cloud 0.31.0CloudCore
OutputPathComponent
Output.swift:1enum OutputPathComponent
enum OutputPathComponent
import CloudCore
case property(String)
case arrayIndex(Int)
case dictionaryKey(String)
protocol CustomStringConvertible
A type with a customized textual representation.
protocol Encodable
A type that can encode itself to an external representation.
protocol Input<ValueType> : CustomStringConvertible, Encodable, Sendable
protocol Sendable
var description: String { get }
typealias ValueType = String