Context.opIndex

Gets key's value. This method does not search Section.

class Context
@safe const nothrow
String
opIndex
(
in String key
)

Parameters

key String

key string to search

Return Value

Type: String

a key associated value.

Throws

a RangeError if key does not exist.

Meta