Difference between revisions of "DIP29"

From D Wiki
Jump to: navigation, search
(Created page with "== Abstract == Currently, pointers cannot be converted to and from shared and immutable without an explicit and unsafe cast. Unique pointers can be implicitly cast to and from...")
(No difference)

Revision as of 00:46, 1 March 2013

Abstract

Currently, pointers cannot be converted to and from shared and immutable without an explicit and unsafe cast. Unique pointers can be implicitly cast to and from shared and immutable in safety. A unique pointer can be discovered by examining the expression that generated the pointer.