BSON.get

Converts the BSON value to a D value.

If the BSON type of the value does not match the D type, an exception is thrown.

  1. T opCast()
  2. T get [@property getter]
    struct BSON
    @safe @property const
    T
    get
    (
    T
    )
    ()

See Also

deserializeBSON, opt

Meta