contextΒΆ
type context < functionA context key can be used to create context specific values. If
keyis a context key, then callingkey()no arguments returns the value associated with the key in the current context, ornilis no value is associated. Callingkey(Value, Function)will invokeFunctionin a new context wherekeyis associated withValue.fun context(): contextCreates a new context specific key.