Closed BlazingTwist closed 2 months ago
I've noticed that ["c" "a" "b"] C works however ["c" "a" "b"] {} .C didn't work.
["c" "a" "b"] C
["c" "a" "b"] {} .C
Attempting to sort different key types still results in the correct error:
.C: all objects must be comparable to each other ["c" "a" 2] {} .C ~~~~~~~~~~~~~~~~^ Function call traceback:
Looks great thanks!
I've noticed that
["c" "a" "b"] C
works however["c" "a" "b"] {} .C
didn't work.Attempting to sort different key types still results in the correct error: