hunt-time ~master (2021-03-17T11:55:11Z)
Home
Dub
Repo
ServiceLoader
hunt
time
util
ServiceLoader
Undocumented in source.
struct
ServiceLoader (
T
) {
__gshared static
LoaderHanler
!(
T
)[]
objs
;
static
void
register
();
}
Members
Static functions
register
void
register
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
objs
LoaderHanler
!(
T
)[]
objs
;
Undocumented in source.
Meta
Source
See Implementation
hunt
time
util
ServiceLoader
aliases
Ctor
mixin templates
MakeServiceLoader
structs
LoaderHanler
ServiceLoader