Join Slack
Powered by
`actual typealias Dollars = BigInteger` shouldn't ...
# javascript
t
Talon
03/09/2018, 3:20 PM
actual typealias Dollars = BigInteger
shouldn't this bring in the `operator`s on the type:
plus
,
minus
without needing to define `actual`s for it?
Open in Slack
Previous
Next