Created
September 10, 2016 22:10
-
-
Save lizixroy/5e415dc204dab40f9408402cf2544aad to your computer and use it in GitHub Desktop.
usage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
func testMe() { | |
let array = [1, 2, 3] | |
let b = g(array, at: 5) // instead of using a[5] | |
XCTAssertEqual(1, b) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment