Logical const

Sean Kelly sean at invisibleduck.org
Tue Nov 30 07:18:57 PST 2010


Don Wrote:
> 
> What are the use cases for logical const? Are there any other important 
> ones, apart from caching?

In C++ I'd say the need to lock a mutex to safely read the const data, but synchronized largely obviates that need in D.


More information about the Digitalmars-d mailing list