logoalt Hacker News

v0id_isgoodtoday at 3:18 PM0 repliesview on HN

const can be used in places that need a compile-time-known value (like a fixed array size). let can't, even if it obviously holds a fixed number.