HackerTrans
TopNewTrendsCommentsPastAskShowJobs

joe_hoyle

no profile record

comments

joe_hoyle
·5개월 전·discuss
It is not better, this is a problem with the first-class callable syntax altogether.
joe_hoyle
·5개월 전·discuss
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).