ksTestDestructive

Same as ksTest, except sorts in place, avoiding memory allocations.

  1. TestRes ksTestDestructive(T F, U Fprime)
  2. TestRes ksTestDestructive(T Femp, Func F)
    ksTestDestructive
    (
    T
    Func
    )
    (
    ,
    Func F
    )
    if (
    isArrayLike!(T) &&
    is(ReturnType!Func : double)
    )

Meta