Contents

isTriviallyIdentical(to:)

Returns a Boolean value indicating whether two instances refer to the same memory region.

Declaration

func isTriviallyIdentical(to other: UnsafeBufferPointer<Element>) -> Bool

Discussion