Int128.opCast

Support casting to a bool

  1. bool opCast()
    struct Int128
    @safe pure nothrow @nogc const
    bool
    opCast
    (
    T : bool
    )
    ()
  2. T opCast()
  3. T opCast()

Return Value

Type: bool

true if value is not zero

Meta