Declaring a reusable formula and using it in other scopes.
BoQsc
vaidas.boqsc at gmail.com
Sat Feb 12 12:36:06 UTC 2022
`bool nextArgumentDoesNotReachEndOfArray = i + 1 < args.length;`
How can I declare it out of scope and reuse it in any scope that
has `i` and `args.length` declared?
More information about the Digitalmars-d-learn
mailing list