Lazy

Lazy entity loader.

Alias This

get

Members

Aliases

delegate_t
alias delegate_t = Object delegate()
Undocumented in source.

Functions

get
T get()
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
T opAssign(T v)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
Lazy!T opAssign(Lazy!T v)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(delegate_t lazyLoader)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
T opCall()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
T opCast()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

loaded
bool loaded [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta