miller-robin
This commit is contained in:
parent
eda99760f3
commit
48f640b55d
10 changed files with 1291 additions and 1 deletions
|
|
@ -3,9 +3,11 @@ methods:
|
|||
.to_lowercase()
|
||||
.flat_map()
|
||||
.par_iter()
|
||||
.par_bridge()
|
||||
.map()
|
||||
.filter()
|
||||
.fold()
|
||||
.find()
|
||||
.collect()
|
||||
.copied()
|
||||
.filter_map()
|
||||
|
|
@ -13,11 +15,22 @@ methods:
|
|||
.any()
|
||||
.all()
|
||||
.position()
|
||||
.fetch_add()
|
||||
.load()
|
||||
.ends_with()
|
||||
.enumerate()
|
||||
.saturating_sub()
|
||||
.try_fold()
|
||||
|
||||
|
||||
crates:
|
||||
use memchr::memmem;
|
||||
|
||||
traits:
|
||||
AsRef<str>
|
||||
PartialEq
|
||||
|
||||
|
||||
```
|
||||
|
||||
|Префикс|Что делает (Технический смысл)|Пример|Стоимость (Cost)|
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
https://getcracked.io/questions
|
||||
Loading…
Add table
Add a link
Reference in a new issue