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