hoon: add +fil

This commit is contained in:
Alex Shelkovnykov 2023-09-05 13:27:42 -06:00
parent ff2650cf3a
commit da6d1547a9

View File

@ -318,6 +318,17 @@
=/ [=bloq =step] ?^(a a [a *step])
(mod b (bex (mul (bex bloq) step)))
::
++ fil :: fill bloqstream
~/ %fil
|= [a=bloq b=step c=@]
=| n=@ud
=. c (end a c)
=/ d c
|- ^- @
?: =(n b)
(rsh a d)
$(d (add c (lsh a d)), n +(n))
::
++ lsh :: left-shift
~/ %lsh
|= [a=bite b=@]