getAllowNullType.result

Undocumented in source.
  1. alias result = AllowNullType!(typeof(sym), sym.init)
    template getAllowNullType(alias sym)
    static if(__traits(isSame, att, allowNull))
    alias result = AllowNullType!(typeof(sym), sym.init)
  2. alias result = AllowNullType!(typeof(sym), att.nullValue)

Meta