Contents

isTriviallyIdentical(to:)

Returns a boolean value indicating whether this UTF16 view is trivially identical to other.

Declaration

func isTriviallyIdentical(to other: String.UTF16View) -> Bool

Discussion