Bridging

Bridging is a technology on the Cocoa platform that allows you to cast low-level Core Foundation entities such as CFStringRef or CFArrayRef to higher-level Foundation objects such as NSString or NSArray. Bridging works toll-free, that is without runtime overhead.

The Elements compiler provides the bridge<T> System Function express bridging functionality, available in all languages.

See Also

Read More

Read more about Bridging at these external links: