func allNonNil<T>(_ array: [T?]) -> [T]? where T : Equatable
s5Utils9allNonNilySayxGSgSayxSgGSQRzlF
12NDS
import Utils
protocol Equatable
A type that can be compared for value equality.