What is the correct terminology for "->", i.e. Method $ class -> ()
8 answers
i would say: dereference operator
see: http://en.wikipedia.org/wiki/Dereference_operator
after some discussion with good commenters, the final terminology might be:
dereference and field access operator that can be abbreviated: - field access operator
0
source to share