Searched defs:DecompressedIntervals (Results 1 – 1 of 1) sorted by relevance
5881 @safe struct DecompressedIntervals struct5885 size_t _idx;5886 CodepointInterval _front;5888 this(const(ubyte)[] stream) in this()5894 @property CodepointInterval front() in front()5923 @property DecompressedIntervals save() { return this; } in save() argument