dextool v4.0.0 (2021-09-08T15:39:18Z)
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
structs
GlobFilter
GlobFilterClosestMatch
ReFilter