Home
last modified time | relevance | path

Searched defs:DecompressedIntervals (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d5881 @safe struct DecompressedIntervals struct
5885 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