Commits

John McCall committed 6e978a63532
Perform collection force-casts by force-casting the elements instead of forcing conditional casts of the elements. This should produce better and more compact code, allow more efficient runtime behavior, and generate much better runtime diagnostics if the cast fails.