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
A static lifetime is a memory resource that lasts indefinitely to the end of a program
that by the definition some static lifetime resources can be created at runtime.
*/
// Modifying static variables is inherently dangerous because they are globally accessible to be read from by anyone introducing the possibility of a data race