scope in function argument

Freddy via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Sep 23 10:09:38 PDT 2015


What does it mean when there is a scope in a function argument.
---
void func(scope int* a){}
---


More information about the Digitalmars-d-learn mailing list