On Friday, 4 October 2019 at 18:30:17 UTC, IGotD- wrote: > What if you pass a static array to a function that expects a > dynamic array. Will D automatically create a dynamic array from > the static array? No, you have to append [] to create a slice from the static array.