Function Bson.get
Converts the BSON value to a D value.
T get(T)() const @property;
If the BSON type of the value does not match the D type, an exception is thrown.
Converts the BSON value to a D value.
T get(T)() const @property;
If the BSON type of the value does not match the D type, an exception is thrown.