TypedSetting.TypedSetting

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

Meta