#APLQuest 2016-06: Write a function that takes a vector of vectors as its right argument and returns it sorted by the length of each element (see https://apl.quest/2016/6/ to test your solution and view ours).

#APL #Sorting #ArraySorting

APL Quest 2016-6: Shorter Ones to the Front

Write a function that takes a vector of vectors as its right argument and returns it sorted by the length of each element.