http://d.puremagic.com/issues/show_bug.cgi?id=954
------- Comment #1 from lio at lunesu.com 2007-02-12 07:21 -------
Forgot to emphasize: direct references to T[F] work fine, for example:
template Foo(char[] T, int F)
{
const Foo = T[F];
}
--