On Saturday, 23 August 2014 at 14:54:55 UTC, axwro wrote:
How can i access values in DList?I save different objects of type "Property" in my DList, but if i want to access them this way:this.properties[0].value.start i get: Error: no [] operator overload for type DList!(Property)
Fixed, i just used Array!Property