Commits

Dave Abrahams committed 057d6807263
[stdlib] Kill off some needless downcasting We're still casting down, but only to the common base of all native array buffers. Given that native buffers might turn out to be the empty array buffer, this eliminates some evil type punning. Swift SVN r23187