Contents

bytesEqual(to:)

Whether this span has the same bytes as other.

Declaration

func bytesEqual(to other: some Sequence<UInt8>) -> Bool

Discussion