Hacker News new | past | comments | ask | show | jobs | submit login

That’d be standard swift type inference. The .color function takes a single unnammed parameter of type Color (or similar, idk exactly). Color.gray is a static constant value. So .color(Color.gray) can be simplified to .color(.gray)



Huh, that's actually a great way to do type inference. Swift seems like an excellent language.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: