BuilderProxy.InnerType

Undocumented in source.
  1. alias InnerType = Arg
    struct BuilderProxy(T)
    static if(is(T : Nullable!Arg, Arg))
    alias InnerType = Arg
  2. alias InnerType = T

Meta