Commit fc7bdc1
authored
* provide typealias for BsonPointer and MutableBsonPointer
* make all access to `bson_t` and `bson_iter_t` explicit
We often passed references of these types equally to functions
that mutate the value or not, now we use the newly introduced
`withBsonIterPointer` and `withMutableBsonIterPointer`
* `Bson` -> `BSON`
* missed two cases where we were using `bson_iter_t` by reference
1 parent bc73ece commit fc7bdc1
File tree
5 files changed
+242
-153
lines changed- Sources/MongoSwift
- BSON
5 files changed
+242
-153
lines changed
0 commit comments