We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41eecbb commit e11b32eCopy full SHA for e11b32e
QRCode/CIColorExtension.swift
@@ -29,7 +29,7 @@ public extension CIColor {
29
var hexValue: CUnsignedLongLong = 0
30
31
if scanner.scanHexLongLong(&hexValue) {
32
- let length = countElements(rgba)
+ let length = count(rgba)
33
34
switch (length) {
35
case 3:
0 commit comments