(extension in shuffle):Swift.CollectionType.shuffled () -> shuffle.ShuffledSequence<A>
(extension in shuffle):Swift.MutableCollectionType.shuffle () -> ()
(extension in shuffle):Swift.MutableCollectionType<A where A: Swift.MutableCollectionType, A.Index: Swift.SignedIntegerType>.shuffle () -> ()
(extension in shuffle):Swift.MutableCollectionType<A where A: Swift.MutableCollectionType, A.Index: Swift.UnsignedIntegerType>.shuffle () -> ()
shuffle.IndexShuffler
shuffle.IndexShuffler with unmangled suffix "1IMx"
shuffle.IndexShuffler.(i in _A7C1D77C6A1DC58EE060C32C495E86F3) : Swift.Array<A>
shuffle.IndexShuffler.count : Swift.Int
shuffle.IndexShuffler.init (Swift.Array<A>) -> shuffle.IndexShuffler<A>
shuffle.IndexShuffler.init <A where A1: Swift.SequenceType, A == A1.Generator.Element> (A1) -> shuffle.IndexShuffler<A>
shuffle.IndexShuffler.next () -> Swift.Optional<A>
shuffle.IndexShuffler.step : Swift.Int
shuffle.ShuffledSequence
shuffle.ShuffledSequence with unmangled suffix "1CMx"
shuffle.ShuffledSequence.(i in _A7C1D77C6A1DC58EE060C32C495E86F3) : Swift.Array<A.Index>
shuffle.ShuffledSequence.collection : A
shuffle.ShuffledSequence.count : Swift.Int
shuffle.ShuffledSequence.init (A) -> shuffle.ShuffledSequence<A>
shuffle.ShuffledSequence.next () -> Swift.Optional<A.Generator.Element>
shuffle.ShuffledSequence.step : Swift.Int
shuffle.shuffle <A where A: Swift.CollectionType> (A) -> shuffle.ShuffledSequence<A>