Commits

Dave Abrahams committed 1a6c80a93d1
[stdlib] .first and .last are var:T?, not func->T The global first() and last() algorithms return T?, nil when empty All .first() and .last() methods became T? vars that are nil when the Collection is empty Swift SVN r20326