We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
public struct Subspace
with(keyTable:)
public func with(keyTable: KeyTable) -> Subspace
get(request:key:)
public func get<T: Decodable>(request: Request, key: Data) -> T?
set(request:key:value:)
public func set<T: Encodable>(request: Request, key: Data, value: T)
setParameterSet(request:parameterSet:)
public func setParameterSet(request: Request, parameterSet: ParameterSet)