Bson.opIndexAssign

Allows accessing fields of a BSON object using [].

Returns a null value if the specified field does not exist.

  1. inout(Bson) opIndex(string idx)
  2. void opIndexAssign(T value, string idx)
    struct Bson
    void
    opIndexAssign
    (
    T
    )
    (,
    string idx
    )

Meta