Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

(assuming I understand this, which is an if, a small if, but an if nonetheless)

Part A

We can implement methods directly on shared reference types themselves. There is no deref coercion then when called on a shared reference that is of that shared reference type (playground)

...