Creates a single element dynamic array that slices val. This will not allocate memory in contrast to the 'val' expression.
value to slice
single element dynamic array that slices val.
int x; int[] arr = toArray(x);
See Implementation
Creates a single element dynamic array that slices val. This will not allocate memory in contrast to the 'val' expression.