"Robert Jacques" <sandf...@jhu.edu> wrote in message news:op.vwppwpaa26s...@sandford.myhome.westell.com... > On Wed, 01 Jun 2011 20:47:16 -0400, Walter Bright > <newshou...@digitalmars.com> wrote: >> [5] Have Your Efficiency, and Flexibility Too by Nick SAbalausky >> http://www.semitwist.com/articles/EfficientAndFlexible/SinglePage/ > > > * I think there's a minor error in ex5_meta_deadDuck2.d: > is`~interfaceName~`!(`~thisType~`), => > is(`~interfaceName~`!(`~thisType~`)), >
No, the first one is corrent. The intent is to use the "isIGizmo" template, not "is(T)".