swift
272163f9 - Add a builtin to generate the ObjC @encode string for a type.

Commit
9 years ago
Add a builtin to generate the ObjC @encode string for a type. We need the encode string to be able to construct NSValues using the core valueWithBytes:objCType: API. This builtin only works with concrete, @objc-representable types for now, which should be sufficient for a stdlib-internal API.
Author
Committer
Parents
Loading