mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
Cyclic equal (alpha)
This commit is contained in:
parent
c73f43e817
commit
c29ab4901f
13 changed files with 402 additions and 18 deletions
|
|
@ -18,7 +18,7 @@ public fun initArray (n, f) {
|
|||
}
|
||||
|
||||
public fun mapArray (f, a) {
|
||||
initArray (a.length, fun (i) {a[i]})
|
||||
initArray (a.length, fun (i) {f (a[i])})
|
||||
}
|
||||
|
||||
public fun arrayList (a) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue