UInt32

struct UInt32 : UnsignedInteger, Comparable, Equatable
  • Undocumented

    Declaration

    Swift

    struct UInt32 : UnsignedInteger, Comparable, Equatable
  • Undocumented

    Declaration

    Swift

    struct UInt32 : UnsignedInteger, Comparable, Equatable
  • Undocumented

    Declaration

    Swift

    struct UInt32 : UnsignedInteger, Comparable, Equatable
  • Undocumented

    Declaration

    Swift

    struct UInt32 : UnsignedInteger, Comparable, Equatable
  • Undocumented

    Declaration

    Swift

    struct UInt32 : UnsignedInteger, Comparable, Equatable
  • Undocumented

    Declaration

    Swift

    struct UInt32 : UnsignedInteger, Comparable, Equatable
  • Undocumented

    Declaration

    Swift

    struct UInt32 : UnsignedInteger, Comparable, Equatable
  • Undocumented

    Declaration

    Swift

    struct UInt32 : UnsignedInteger, Comparable, Equatable
  • Undocumented

    Declaration

    Swift

    struct UInt32 : UnsignedInteger, Comparable, Equatable
  • Undocumented

    Declaration

    Swift

    struct UInt32 : UnsignedInteger, Comparable, Equatable
  • Undocumented

    Declaration

    Swift

    struct UInt32 : UnsignedInteger, Comparable, Equatable
  • chr

    Returns a string containing the character represented by the int’s value according to encoding.

    97.chr      #=> "a"
    98.chr      #=> "b"
    

    Declaration

    Swift

    var chr: String