Bson.opt

Returns the native type for this BSON if it matches the current runtime type.

If the runtime type does not match the given native type, the 'def' parameter is returned instead.

  1. T opt(T def)
    struct Bson
    @safe
    T
    opt
    (
    T
    )
    (
    T def = T.init
    )
  2. const(T) opt(const(T) def)

Meta