Contents

isTriviallyIdentical(to:)

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

Declaration

func isTriviallyIdentical(to other: UnsafeMutableRawBufferPointer) -> Bool

Discussion