LightConstOf.LightConstOf

Undocumented in source.
  1. alias LightConstOf = const(PointerTarget!T)*
    template LightConstOf(T)
    static if(isPointer!T)
    alias LightConstOf = const(PointerTarget!T)*
  2. alias LightConstOf = typeof(init.lightConst())

Meta