Hi,
I was always wondering if there is any difference between
void someFunction(in t,int)
and
void someFunction(in t A, int B)
is there?
I was always wondering if there is any difference between
void someFunction(in t,int)
and
void someFunction(in t A, int B)
is there?
Comment