Function MimeCache.magicMatches

All magic matches in this mime cache. Matches don't include magic rules themselves, but they reference matchlets.

auto std.range.SortedRange!(std.algorithm.iteration.MapResult!(mime.cache.MimeCache.allMagicMatchesImpl().__lambda2,std.algorithm.iteration.MapResult!(mime.cache.MimeCache.allMagicMatchesImpl().__lambda1,std.range.iota!(uint,uint).iota(uint,uint).Result).MapResult).MapResult,"(a.weight > b.weight) || (a.weight == b.weight && a.mimeType < b.mimeType)",0) magicMatches() pure @trusted const;

Returns

Range of MatchEntry tuples.

See Also

magicMatchlets