Avatar
1> let a: UInt32 = 1 a: UInt32 = 1 2> a.advanced(by: 1) $R0: UInt32 = 2 3> UInt32.Stride.self $R1: UInt32.Stride.Type = Int