Hacker News new | ask | show | jobs
by marginalia_nu 1003 days ago
> Miscellaneous new methods -- meh

Dunno, several of these are tangible QoL boosts:

Math.clamp(), List.reversed(), List.addFirst(), List.addLast(), Character.isEmoji()

2 comments

So I can reverse a list without using "streams" now? Thank heavens
> List.reversed(), List.addFirst(), List.addLast()

These fall under sequenced collections, not "miscellaneous new methods".

I guess? I found them under the API diff linked as "miscellaneous new features".