The new SwiftUI tutorial has the following code:
struct ContentView: View { var body: some View { Text(
to simplify, if you know the difference between
var x = 5
vs
int x =5
Then you'll know some. The compiler knows it, and you know it. Minimal effort for saying you comply to something without specifying the specifics (the generic types that it uses)
some