From the docs: <https://kotlinlang.org/docs/refer...
# announcements
v
From the docs: https://kotlinlang.org/docs/reference/reflection.html#property-references
The expression ::x evaluates to a property object of type KProperty<Int>, which allows us to read its value using get()