MutableCollection
extension MutableCollection where Index == Int
-
Returns a random element from the collection.
Declaration
Swift
public func random() -> Iterator.ElementReturn Value
A random element from the collection.
View on GitHub
Install in Dash
MutableCollection Extension Reference