Function MimeCache.magicMatchlets
One level magic matchlets.
matchletCount and firstMatchletOffset should be taken from MatchEntry
or upper level MatchletEntry
.
auto std .algorithm .iteration .MapResult!(mime.cache.MimeCache.magicMatchlets(uint,uint).__dgliteral4,std.algorithm.iteration.MapResult!(mime.cache.MimeCache.magicMatchlets(uint,uint).__lambda3,std.range.iota!(uint,uint).iota(uint,uint).Result).MapResult) magicMatchlets
(
uint matchletCount,
uint firstMatchletOffset
) pure nothrow @trusted const;
Returns
Range of MatchletEntry
tuples which are direct descendants of MatchEntry
or another MatchletEntry
.