Searched defs:CowArray (Results 1 – 1 of 1) sorted by relevance
3198 struct CowArray(SP=GcPolicy) struct3205 CowArray cow; in reuse() argument3226 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 …]