tharsis.prof.accumulatedzonerange

Range that accumulates (merges) matching zones from one or more zone ranges.

Members

Functions

accumulatedZoneRange
auto accumulatedZoneRange(AccumulatedZoneData!accumulate[] storage, ZRange[] zones)

Returns a range that accumulates (merges) matching zones from one or more zone ranges.

defaultMatch
bool defaultMatch(const(char)[] info1, const(char)[] info2)

Default match function for accumulatedZoneRange(). Compares ZoneData infos for equality.

Structs

AccumulatedZoneData
struct AccumulatedZoneData(alias accumulate)

Data accumulated from multiple matching zones, generated by accumulatedZoneRange().

Meta