VariantConfig.removeGroup

Removes a group from the config file.

struct VariantConfig
@trusted
bool
removeGroup
(
const string group
)

Parameters

group string

Name of the group to remove.

Return Value

Type: bool

true if group was successfully removed false otherwise.

Meta