> On Jun 30, 2016, at 12:30 PM, Dave Abrahams via swift-evolution > <[email protected]> wrote: > > I am still very skeptical that anyone needs the “Value” version, and as > long as we're resyntaxing I am inclined to take it away and see how many > people complain. You can still always write it yourself. >
I agree and being able to ask about the size of an instance implies things that aren’t true. Sticking “value” labels on everything doesn’t change the fact that sizeOf(swift_array) is not going to give you the size of the underlying buffer no matter how you slice it. IMHO Sizes are for types, just drop the instance stuff. There is no point in keeping it. Russ _______________________________________________ swift-evolution mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-evolution
