"in" everywhere

Simen kjaeraas simen.kjaras at gmail.com
Thu Oct 7 15:47:22 PDT 2010


Tomek Sowiński <just at ask.me> wrote:

> __traits(getAttribute, opIn, @complexity).bigOh == O.constant

How does this test for things like N log M?

__traits(getAttribute, opIn, @complexity).bigOh == tuple( O.linear,  
O.logarithmic )

?

-- 
Simen


More information about the Digitalmars-d mailing list