You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Extends array via a shuffled function which returns a copy
/// of the array in randomized order.
extensionArray{func shuffled()->[T]{varlist=selfforiin0..<(list.count -1){letj=Int(arc4random_uniform(UInt32(list.count - i)))+ i
swap(&list[i],&list[j])}return list
}}
The text was updated successfully, but these errors were encountered:
Sorry, that I did not open a new issue for that. with v0.0.19 the build process finishes without errors, but the result is unexpected. The original documentation of the struct Array is shown instead of my documentation. Furthermore even undocumented extensions show up now and present the documentation of the extended originial class, too.
See #94 (comment)
@juangamnik let's resume in here for clarity.
The text was updated successfully, but these errors were encountered: