String

public extension String
  • String in C-compatible format, passable to the C-functions.

    Declaration

    Swift

    var cCompatible: UnsafePointer<Int8>? { get }