BSON.this

empty is used for creating Bsons without fields. Structs cannot have a constructor without parameters, so it's a workaround.

  1. this()
  2. this(bson_t* data)
  3. this(Args args)
    struct BSON
    this
    (
    Args...
    )
    (
    Args args
    )

Meta