I like the explicitness of the proposal, but only if performance is as good
as (array) cast. One of the reasons we use casting to array in libraries is
not only to access all properties at once, but also because it's fast as
it's implemented as an opcode and not a function call. Would this function
come with its own opcode, like strlen() / gettype() / etc.?

Ben

Reply via email to