Contents

isTriviallyIdentical(to:)

Returns a Boolean value indicating whether two instances refer to the same memory region, and have the same flags (such as Isknownascii).

Declaration

func isTriviallyIdentical(to other: UTF8Span) -> Bool

Discussion