Instance Subscriptswift-cloud 0.31.0CloudCore
subscript(_:)
Environment.swift:57subscript(key: String) -> (any Input<String>)? { get set }
subscript(key: String) -> (any Input<String>)? { get set }
s9CloudCore11EnvironmentCyAA5Input_pSS9ValueTypeAaDPRts_XPSgSScip
What are these?2994
import CloudCore
final class Environment
@frozen struct String
A Unicode string value that is a collection of characters.
protocol Input<ValueType> : CustomStringConvertible, Encodable, Sendable
init(_ initial: [String : any Input<String>]? = nil, shape: EncodingShape)
func encode(to encoder: Encoder) throws
func merge(_ other: [String : any Input<String>])
enum EncodingShape