yurai ~master (2022-05-09T17:34:28.3517347)
Dub
Repo
LazyLoad
yurai
core
lazyload
Undocumented in source.
final
class
LazyLoad (
T
) {
this
(T delegate() initialization);
this
(T function() initialization);
T
value
[@property getter];
}
Constructors
this
this
(T delegate() initialization)
Undocumented in source.
this
this
(T function() initialization)
Undocumented in source.
Members
Properties
value
T
value
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
yurai
core
lazyload
classes
LazyLoad