On Monday, 10 April 2017 at 08:31:28 UTC, Atila Neves wrote:
```d import std.experimental.allocator.mallocator; UniqueArray!(int, Mallocator) a; a ~= [0,1]; ```
So the difference between std.container.Array and UniqueArray is that the latter supports allocators?
