Setting.this - multiple declarations

Function Setting.this

this();

Function Setting.this

this(
  long v
);

Function Setting.this

this(
  ulong v
);

Function Setting.this

this(
  string v
);

Function Setting.this

this(
  double v
);

Function Setting.this

this(
  bool v
);

Function Setting.this

this(
  Setting[] v
);

Function Setting.this

this(
  string[] v
);

Function Setting.this

this(
  string[string] v
);