Commits

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