Tomek Sowiński <j...@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

Reply via email to