void test(ref int[] arr) {
        arr ~= 4;
}

It is something like ref variables. But ref just be used in
function declaration.

Reply via email to