Hacker News new | ask | show | jobs
by kochismo 1998 days ago
caps.name("min") returns an Option which you need to handle e.g. by unwrapping. You can use caps["min"] instead if you don't want an option.