🎨 修改
This commit is contained in:
parent
f9c9938cd3
commit
4a4f9dd831
@ -17,5 +17,4 @@ const unfold = (f, seed) => {
|
||||
const res = f(seed)
|
||||
return res ? go(f, res[1], acc.concat([res[0]])) : acc
|
||||
}
|
||||
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user