On 1/5/15 10:05 AM, Meta wrote:
IMO, inout (and const/immutable to a degree) is a failure for use with class/struct methods. This became clear to me when trying to use it for the toString implementation of Nullable.
You'd have to be more specific for me to understand your point. inout was specifically designed for one-implementation accessors for members of classes/structs.
-Steve
