mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-03-03 10:53:11 +00:00
misc
This commit is contained in:
parent
b88f767f08
commit
a169e7fe24
@ -103,5 +103,4 @@ proc new*(
|
||||
firstIndex: firstIndex,
|
||||
lastIndex: lastIndex,
|
||||
numberOfIterations: numberOfIterations,
|
||||
step: divUp((lastIndex - firstIndex), numberOfIterations)
|
||||
)
|
||||
step: divUp((lastIndex - firstIndex), numberOfIterations))
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
import ./slots/builder
|
||||
import ./slots/sampler
|
||||
|
||||
export builder
|
||||
export builder, sampler
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user