On Apr 4, 2013, at 2:55 PM, Steve Klabnik wrote: > You should probably be using macros where you were using C++ templates, no?
Ahh, you're right. I see now that macros can essentially be C++ templates; plug in a type and see if it compiles! An epiphanic moment, indeed. Cheers, Jeaye _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
