VariantConfig.getGroup

Retrieves key/values associated with the group portion of a config file/string.

struct VariantConfig
@trusted
getGroup
(
const string group
)

Parameters

group string

Name of the the group to retrieve.

Return Value

Type: auto

Returns an array containing all the key/values associated with group.

Meta