Out of bound problem

Christopher Wright dhasenan at gmail.com
Sun Feb 17 20:16:35 PST 2008


bearophile wrote:
> Christopher Wright:
>> Then, since IsStaticArray doesn't depend on IsArray, you can change 
>> IsArray to return true iff IsStaticArray or IsDynamicArray.
> 
> You are right, thank you. I'm learning D still.

Not many people using D spend a lot of time spelunking in the bowels of 
templates, especially now that CTFE is available. The basics are quite 
handy, but a lot of it is rather arcane, since the type system allows 
for quite a bit of freedom.

> Bye,
> bearophile


More information about the Digitalmars-d-learn mailing list