On 19/07/2010 10:58, Rory McGuire wrote: > > template isProperty(alias func) if (isCallable!(func)) { > enum isProperty = (functionAttributes!(func) & > FunctionAttribute.PROPERTY)==0 ? false : true; > } THANKS Rory isProperty() should become part of phobos.