VariantConfig.containsGroup

Determines if the given group exists.

struct VariantConfig
@trusted
bool
containsGroup
(
const string group
)

Parameters

group string

Name of the group to check for.

Return Value

Type: bool

true if the group exists false otherwise.

Meta