in reply to Re^3: A tale about accessors, lvalues and ties
in thread A tale about accessors, lvalues and ties
see Apocalypse 6my sub thingie is rw { return my $var is Proxy( for => $hidden_var, FETCH => { ... }, STORE => { ... }, TEMP => { ... }, ... ); }
But I'm not sure if it is really faster than what we already have in modules like Contextual::Return.
Depends on how fast ties are realised in p6...
|
|---|