lightImmutable

  1. auto lightImmutable [@property getter]
    @property
    lightImmutable
    (
    T
    )
    (
    auto ref immutable T v
    )
    if (
    !is(T : P*,
    P
    ) &&
    __traits(hasMember, immutable T, "lightImmutable")
    )
  2. T lightImmutable [@property getter]
  3. auto lightImmutable [@property getter]
  4. auto lightImmutable [@property getter]

Meta