You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instant is an inline class right now that piggybacks on Duration and gives it a different interface. While that's convenient, it brings with it all the usual inline class limitations. This should be converted to a regular class that recycles Duration code like in java.time.
The text was updated successfully, but these errors were encountered:
Instant is an inline class right now that piggybacks on Duration and gives it a different interface. While that's convenient, it brings with it all the usual inline class limitations. This should be converted to a regular class that recycles Duration code like in java.time.
The text was updated successfully, but these errors were encountered: