We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a179cb commit bb651acCopy full SHA for bb651ac
Source/Helpers.swift
@@ -43,6 +43,7 @@ func logInit(object: AnyObject) {
43
/// Log the termination ("de-initialization" in Swift terms) of an object.
44
func logTerm(object: AnyObject) {
45
print("<TERM> \(unsafeAddressOf(object)) (\(object.dynamicType)) \(object.description)")
46
+}
47
48
// MARK: - Collection shuffling
49
// Taken from <http://stackoverflow.com/questions/24026510/how-do-i-shuffle-an-array-in-swift>.
0 commit comments