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]
  2. T opDispatch [@property setter]
    struct Bson
    @property
    void
    opDispatch
    (
    string prop
    T
    )
    (
    T val
    )

Meta