Tomek Sowiński <[email protected]> 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
Tomek Sowiński <[email protected]> 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