Contents

hasPointerRepresentation

A Boolean value that indicates whether the static string stores a pointer to a null-terminated sequence of UTF-8 code units.

Declaration

var hasPointerRepresentation: Bool { get }

Discussion

If hasPointerRepresentation is false, the static string stores a single Unicode scalar value.