On Sunday, October 30, 2011 08:41:47 J Arrizza wrote: > All of this begs the question, where do I find the latest doc? Since these > are not showing up in the online doc but are clearly in traits.d. > http://d-programming-language.org/traits.html
That page is talking about __traits (which is built into the compiler), not std.traits. For std.traits, you want http://www.d-programming-language.org/phobos/std_traits.html Depending on what you're doing, you may need both, but generally all you need is std.traits unless you're getting fancy. - Jonathan M Davis