HackerTrans
トップ新着トレンドコメント過去質問紹介求人

joe_hoyle

no profile record

コメント

joe_hoyle
·5 か月前·議論
It is not better, this is a problem with the first-class callable syntax altogether.
joe_hoyle
·5 か月前·議論
The problem is that first class callables actually makes a new object wrapper for each reference, so trim(…) != trim(…). (It can be true in some cases, it depends if the memory is freed for the first reference).