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.

Reply via email to