On Wed, 07 Jan 2009 19:47:57 -0500, Sam Hu wrote:

> Morning,
> 
> Anybody can help?
> 
> Regards,
> Sam

try this:

auto nameSet=new TreeBag!(char[])(null, (char[] first,char[] second) {
                return icompare(first,second);
        }
);

btw: tango.collection.* is deprecated and will be replaced by 
tango.container.*, so you might want to use these.

Reply via email to