# Functions
RawToDocuments converts a bson.Raw that is internally an array of documents to []bson.Raw.
RawToInterfaces takes one or many bson.Raw documents and returns them as a []interface{}.
StringSliceFromRawValue decodes the provided BSON value into a []string.