Extensions

The following extensions are available globally.

  • Declaration

    Swift

    typealias LLVMValueRef = OpaquePointer
  • Int

    Declaration

    Swift

    struct Int : SignedInteger, Comparable, Equatable
  • Declaration

    Swift

    struct Int8 : SignedInteger, Comparable, Equatable
  • Declaration

    Swift

    struct Int16 : SignedInteger, Comparable, Equatable
  • Declaration

    Swift

    struct Int32 : SignedInteger, Comparable, Equatable
  • Declaration

    Swift

    struct Int64 : SignedInteger, Comparable, Equatable
  • Declaration

    Swift

    struct UInt : UnsignedInteger, Comparable, Equatable
  • Declaration

    Swift

    struct UInt8 : UnsignedInteger, Comparable, Equatable
  • Declaration

    Swift

    struct UInt16 : UnsignedInteger, Comparable, Equatable
  • Declaration

    Swift

    struct UInt32 : UnsignedInteger, Comparable, Equatable
  • Declaration

    Swift

    struct UInt64 : UnsignedInteger, Comparable, Equatable
  • Declaration

    Swift

    struct Bool
  • Declaration

    Swift

    struct String