Join Slack
Powered by
This constructor in `Bottom` creates a `Middle`-ob...
# announcements
m
marstran
06/04/2018, 12:52 PM
This constructor in
Bottom
creates a
Middle
-object, then just throws it away:
Copy code
constructor(other: Middle) { Middle(other) }
Open in Slack
Previous
Next