Greeting

internal enum Greeting

Undocumented

  • Hello

    Declaration

    Swift

    internal static let hello: String
  • Hello %s

    Declaration

    Swift

    internal static func person(_ p1: UnsafePointer<CChar>) -> String
  • world

    Declaration

    Swift

    internal static let world: String