未验证 提交 b37eb4d0 编写于 作者: 郑永川 提交者: GitHub

Merge pull request #426 from nefuddos/patch-1

mask计算错误
......@@ -738,7 +738,7 @@ HashMap 构造函数允许用户传入的容量不是 2 的 n 次方,因为它
```
mask |= mask >> 1 11011000
mask |= mask >> 2 11111100
mask |= mask >> 2 11111110
mask |= mask >> 4 11111111
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册