Contents

subscript(_:)

Accesses the value stored for the given session property key.

Declaration

final subscript<K>(key: K.Type) -> K.Value where K : SessionPropertyKey { get set }

Parameters

  • key:

    The session property key type whose value to read or write.