We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Hi,
Im getting this error:
import Foundation extension Collection { func get(at i: Index) -> Element? { return indices.contains(i) ? self[i] : nil } }
Do you have the same error?
Thanks.