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
When a type assertion is absolutely necessary due to constraints or is even safe due to runtime checks, we should document the reason for doing so. Something like:
// Type assertion: We ensure that "xyzzy" is filled in above.constfoo=barasBaz;