TypedSetting.TypedSetting

Undocumented in source.
  1. alias TypedSetting = ScalarSetting
  2. alias TypedSetting = ArraySetting
  3. alias TypedSetting = ListSetting
  4. alias TypedSetting = GroupSetting
    template TypedSetting(Type type)
    static if(!(type == Type.Bool || type == Type.Int || type == Type.Float || type == Type.String))
    static if(!(type == Type.Array))
    static if(!(type == Type.List))
    static if(type == Type.Group)
    alias TypedSetting = GroupSetting

Meta