msort function

VARP msort(
  1. VARP x
)

Implementation

VARP msort(VARP x) => sort(x, axis: 0);