LightImmutableOf.LightImmutableOf

Undocumented in source.
  1. alias LightImmutableOf = immutable(PointerTarget!T)*
    template LightImmutableOf(T)
    static if(isPointer!T)
    alias LightImmutableOf = immutable(PointerTarget!T)*
  2. alias LightImmutableOf = typeof(init.lightImmutable())

Meta