Is there a way of taking a pointer of a lazy phoenix value / ref ? If so how ?

link|improve this question

73% accept rate
feedback

1 Answer

up vote 2 down vote accepted

Phoenix placeholders overload operator&(), therefore a simple &_1 should do the trick (see Phoenix docs here).

link|improve this answer
Wow I'm surprised that it is indeed that simple :D – Hassan Syed Mar 10 '11 at 0:13
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.