On Wednesday, 24 February 2016 at 21:48:14 UTC, mahdi wrote:
How can we detect is `array` is static (fixed size) or dynamic, inside the function body?
`array` there is always dynamic because it is not of a fixed size type.
Why do you want to know though?