On 2011-03-29 01:38, Ishan Thilina wrote:So how can I declare a redBlackTree..?I believe that you'd just do auto rb = RedBlackTree(4, 1, 2, 3);
I think: auto rb = RedBlackTree!(int)(4, 1, 2, 3); But the version in git will be much nicer. -Steve
On 2011-03-29 01:38, Ishan Thilina wrote:So how can I declare a redBlackTree..?I believe that you'd just do auto rb = RedBlackTree(4, 1, 2, 3);
I think: auto rb = RedBlackTree!(int)(4, 1, 2, 3); But the version in git will be much nicer. -Steve