Lazy.opAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T opAssign(T v)
  2. Lazy!T opAssign(Lazy!T v)
    struct Lazy(T)
    ref
    opAssign
    (
    ref Lazy!T v
    )
  3. void opAssign(delegate_t lazyLoader)

Meta