dextool v5.0.0 (2022-12-09T08:28:15Z)
Dub
Repo
GlobFilterClosestMatch
my
filter
Undocumented in source.
@
safe
struct
GlobFilterClosestMatch {
GlobFilter
filter
;
AbsolutePath
base
;
bool
match
(string s, void delegate(string s, string[] filters) @(safe) logFailed);
}
Members
Functions
match
bool
match
(string s, void delegate(string s, string[] filters) @(safe) logFailed)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
base
AbsolutePath
base
;
Undocumented in source.
filter
GlobFilter
filter
;
Undocumented in source.
Meta
Source
See Implementation
my
filter
functions
closest
merge
structs
GlobFilter
GlobFilterClosestMatch
ReFilter