How do I use the `::` operator to get a reference ...
# announcements
n
How do I use the
::
operator to get a reference to an overloaded function? My code had references to String::count but in the new beta that method is overloaded and my code doesn’t compile