Boolean.toHash

Returns a hash code for this {@code Boolean} object.

@return the integer {@code 1231} if this object represents {@code true}; returns the integer {@code 1237} if this object represents {@code false}.

class Boolean
override @safe nothrow
size_t
toHash
()

Meta