Language

public enum Language

The language a given cursor is written in.

  • c

    The C Programming Language

    Declaration

    Swift

    case c
  • The Objective-C Programming Language

    Declaration

    Swift

    case objectiveC
  • The C++ Programming Language

    Declaration

    Swift

    case cPlusPlus