You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
&operator to create function reference (with specific 'callable' internal type). allow to postpone the operator call: $var &some &operator ifn call
(note that $bla &operator &value ifn is also theoretically possible, while not making any real sense :)
$operator (?) i.e. deref support. this might store operator object pointer as unsigned. not very useful, as it seems at a first glance
Also, allow to use:
&operatorto create function reference (with specific 'callable' internal type). allow to postpone the operator call:$var &some &operator ifn call(note that
$bla &operator &value ifnis also theoretically possible, while not making any real sense :)$operator(?) i.e. deref support. this might store operator object pointer as unsigned. not very useful, as it seems at a first glancenanandpi