Hello, how do you sort a list with a comparator wh...
# getting-started
t
Hello, how do you sort a list with a comparator which works with javascript ? I'm using something like
deck.sortWith(Comparator { a: Card, b: Card // ...