Fork me on GitHub

src/arraymancer/laser/private/align_unroller

Search:
Group by:
  Source Edit

Procs

func round_step_down(x: Natural; step: static Natural): int {.inline.}
Round the input to the previous multiple of "step"   Source Edit
func round_step_up(x: Natural; step: static Natural): int {.inline.}
Round the input to the next multiple of "step"   Source Edit
Arraymancer Technical reference Tutorial Spellbook (How-To's) Under the hood