Function Bson.tryIndex
Check whether the BSON object contains the given key.
std .typecons .Nullable!(vibe.data.bson.Bson) tryIndex
(
string key
) @safe const;
Check whether the BSON object contains the given key.
std .typecons .Nullable!(vibe.data.bson.Bson) tryIndex
(
string key
) @safe const;