Extended Protocol
Collection
extension Collection
Topics
Instance Methods
func hexEncodedBytes(uppercase: Bool) -> [UInt8]func secureCompare<C>(to: C) -> BoolPerforms a full-comparison of all elements in two collections. If the two collections have a different number of elements, the function will compare all elements in the smaller collection first and then return false.