I'm learning Swift, and want to make sure I know what each part of my code does, even if it works. I can't figure out precisely what "in" does here, even though the function breaks if I remove it.
session.dataTaskWithRequest(request) { (data, response, error) in ... The rest of the code isn't really relevant - just wondering what "in" does.
Thanks!