globMatchEditorConfig

Undocumented in source.
@safe pure nothrow
bool
globMatchEditorConfig
(
CaseSensitive cs = CaseSensitive.osDefault
C
Range
)
(
Range path
,
const(C)[] pattern
)
if (
isForwardRange!Range &&
isSomeChar!(ElementEncodingType!Range)
&&
isSomeChar!C
&&
is(Unqual!C == Unqual!(ElementEncodingType!Range))
)

Meta