Commits

John McCall committed fc6d6d7c51e
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.