On Wednesday, 15 June 2016 at 03:11:23 UTC, data pulverizer wrote: > in that case: > > import std.array : array; > int[] x = slice.byElement.array; Are you sure you want to create a _copy_ of your data? In most cases you don't need that ;-) > thanks, now I can go to bed! You are welcome. Sleep tight!