Singleton classDiagram class Singleton{ - i32 data + new() + get_singleton() Singleton$ } Singleton "1" o-- "1" Singleton Loading