lightConst

  1. auto lightConst [@property getter]
  2. auto lightConst [@property getter]
  3. T lightConst [@property getter]
  4. T lightConst [@property getter]
    @property
    T
    lightConst
    (
    T
    )
    (
    auto ref immutable T e
    )
    if (
    !isDynamicArray!T &&
    isImplicitlyConvertible!(immutable T, T)
    &&
    !__traits(hasMember, immutable T, "lightConst")
    )
  5. auto lightConst [@property getter]
  6. auto lightConst [@property getter]
  7. auto lightConst [@property getter]
  8. auto lightConst [@property getter]

Meta