Instance Propertyswift-bson 0.3.1BSONABI

binary

Attempts to unwrap a binary array from this variant.

BSON.AnyValue.swift:377
var binary: BSON.BinaryView<ArraySlice<UInt8>>? { get }

Returns

The payload of this variant if it matches binary(_:), nil otherwise.