svoid assertListEqualsVerbose(S msg default "", L l1, Cl l2) { var l2list = asList(l2); assertListsEqual(msg, l1, l2list); print("OK: " + l2list); }