Contents

subscript(_:)

Reads or stores the value associated with the given key in the key-value store.

Declaration

subscript(key: String) -> PlaygroundValue? { get set }

Parameters

  • key:

    The key to find in the key-value store.

Return Value

The value associated with the key parameter.

See Also

Persisting Data