Commits

Joe Groff committed 4be8d7ca189
stdlib: Add 'typeof' as a stdlib function. Now that we can compile archetype metatypes properly, we can surface Builtin.typeof using a stdlib function. (Ultimately it should be always_inline so it doesn't do a bunch of redundant work for what is often a trivial operation.) Swift SVN r5015