Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d3198 struct CowArray(SP=GcPolicy) struct
3205 CowArray cow; in reuse() argument
3226 immutable len = walkLength(range.save);
3231 this(this) in this()
3239 ~this() in ~this()
3252 @property bool empty() const { return data.length == 0; } in empty()
3255 @property size_t length() const in length()
3261 @property void length(size_t len) in length()
3297 alias opDollar = length;
3299 uint opIndex()(size_t idx)const in opIndex()
[all …]