Boolean.this

Allocates a {@code Boolean} object representing the {@code value} argument.

<p><b>Note: It is rarely appropriate to use this constructor. Unless a <i>new</i> instance is required, the static factory {@link #valueOf(bool)} is generally a better choice. It is likely to yield significantly better space and time performance.</b>

@param value the value of the {@code Boolean}.

  1. this(T value)
  2. this(T arg)
  3. this(T arg)
    class Boolean
    inout
    this
    (
    T : Boolean
    )
    (
    inout T arg
    )
  4. this(string s)

Meta