rtconst class std::Lazy

sys::Obj
  std::Lazy

call initial when val is null

get

Lazy^T get()

isImmutable

virtual override Bool isImmutable()

make

new make(Func<Lazy^T> initial)

toImmutable

virtual override Lazy<Lazy^T> toImmutable()