Suppose we have a function like this: void diss(int[] array) ...
How can we detect is `array` is static (fixed size) or dynamic, inside the function body?
mahdi via Digitalmars-d-learn Wed, 24 Feb 2016 13:53:16 -0800
Suppose we have a function like this: void diss(int[] array) ...
How can we detect is `array` is static (fixed size) or dynamic, inside the function body?