T
extension Collection where Element: Comparable {
var smallest: Element? {
return self.sorted(by: <).first
}
}
Size: a a a
T
extension Collection where Element: Comparable {
var smallest: Element? {
return self.sorted(by: <).first
}
}
S
О
T
T
S
S
S
[1,2,3].max
tb
S
BT
О
BT
BT
О
BT
BT
О