Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
coldtea
on May 18, 2017
|
parent
|
context
|
favorite
| on:
Swift is like Kotlin
>
needs to iterate count + 1 times, which may overflow the size of count's type - annoying to implement
How's that different from:
for (int i=0; i<=count; i++)
in e.g. C99?
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
How's that different from:
in e.g. C99?