Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
没有太多方法,我发现只有两种方法?删除,折叠。
所以我这样做:
fold ( fn ( k, _, _ ) => delete ( h, k ) ) () h;
但我不认为这是一个好主意?怎么做才聪明?