binaryValueAs

Returns boolean as native bool value

  1. T binaryValueAs [@property getter]
  2. T binaryValueAs [@property getter]
  3. UUID binaryValueAs [@property getter]
  4. bool binaryValueAs [@property getter]
    package @trusted @property
    bool
    binaryValueAs
    (
    T
    )
    (
    in Value v
    )
    if (
    is(T == bool)
    )
  5. Json binaryValueAs [@property getter]

Meta