Context.useSection

Enable key's section.

class Context
@safe
void
useSection
(
in String key
)

Parameters

key String

key string to enable

NOTE: I don't like this method, but D's typing can't well-handle Ruby's typing.

Meta