Bson.opIndex

Allows index based access of a BSON array value.

Returns a null value if the index is out of bounds.

  1. inout(Bson) opIndex(string idx)
  2. inout(Bson) opIndex(size_t idx)
    struct Bson
    inout
    inout(Bson)
    opIndex
    (
    size_t idx
    )

Meta