Data update
This commit is contained in:
parent
8e4e15fa56
commit
72eb4943cb
1853 changed files with 35514 additions and 9441 deletions
|
|
@ -1,9 +1,7 @@
|
|||
import math.big
|
||||
|
||||
fn min(a big.Integer, b big.Integer) big.Integer {
|
||||
if a < b {
|
||||
return a
|
||||
}
|
||||
if a < b {return a}
|
||||
return b
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ fn (lr LogRep) str() string {
|
|||
}
|
||||
|
||||
struct HammingsLog {
|
||||
mut:
|
||||
mut:
|
||||
// automatically initialized with LogRep = one (defult)...
|
||||
s2 []LogRep = []LogRep { len: 1024, cap: 1024 }
|
||||
s3 []LogRep = []LogRep { len: 1024, cap: 1024 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue