Bson.opDispatch

Allows to access existing fields of a JSON object using dot syntax.

Returns a null value for non-existent fields.

  1. inout(Bson) opDispatch [@property getter]
    struct Bson
    @property inout
    inout(Bson)
    opDispatch
    (
    string prop
    )
    ()
  2. T opDispatch [@property setter]

Meta