init(capacity:)

Create an empty output, reserving enough space for the specified number of bytes in the destination buffer.

BSON.Output.swift:26
init(capacity: Int)

The size hint is only effective if Destination provides a real, non-defaulted witness for RangeReplaceableCollection.reserveCapacity(_:).