LightScopeOf.LightScopeOf

Undocumented in source.
  1. alias LightScopeOf = T
  2. alias LightScopeOf = typeof(T.init.lightScope())
  3. alias LightScopeOf = LightImmutableOf!T
    template LightScopeOf(T)
    static if(!(isPointer!T))
    static if(!(__traits(hasMember, T, "lightScope")))
    static if(is(T == immutable))
    alias LightScopeOf = LightImmutableOf!T
  4. alias LightScopeOf = LightConstOf!T
  5. alias LightScopeOf = T

Meta