The OpenD Programming Language

lightImmutable

  1. auto lightImmutable [@property getter]
  2. T lightImmutable [@property getter]
    @property
    T
    lightImmutable
    (
    T
    )
    (
    auto ref immutable T e
    )
    if (
    isImplicitlyConvertible!(immutable T, T)
    &&
    !__traits(hasMember, immutable T, "lightImmutable")
    )
  3. auto lightImmutable [@property getter]
  4. auto lightImmutable [@property getter]

Meta