evael v0.0.1 (2019-04-17T22:22:13Z)
Dub
Repo
Singleton
evael
utils
Singleton
Singleton.
template
Singleton () {
static
typeof
(
this
)
getInstance
();
static
void
dispose
();
}
Members
Static functions
dispose
void
dispose
()
Undocumented in source. Be warned that the author may not have intended to support it.
getInstance
typeof
(
this
)
getInstance
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
evael
utils
Singleton
templates
Singleton
Singleton.