builtin: fix typo in builtin/array.v (#8658)
parent
6de78ecb59
commit
0f92485698
|
@ -684,7 +684,7 @@ pub fn (a1 []string) eq(a2 []string) bool {
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
// compare_i64 for []f64 sort_with_compare()
|
// compare_i64 for []i64 sort_with_compare()
|
||||||
// sort []i64 with quicksort
|
// sort []i64 with quicksort
|
||||||
// usage :
|
// usage :
|
||||||
// mut x := [i64(100),10,70,28,92]
|
// mut x := [i64(100),10,70,28,92]
|
||||||
|
|
Loading…
Reference in New Issue