remove 1-, 1+, use iota somewhere
parent
ffbd19faba
commit
d168f76ab0
|
|
@ -64,7 +64,7 @@ DEFER: byte-bit-count
|
||||||
<<
|
<<
|
||||||
|
|
||||||
\ byte-bit-count
|
\ byte-bit-count
|
||||||
256 [
|
256 iota [
|
||||||
8 <bits> 0 [ [ 1 + ] when ] reduce
|
8 <bits> 0 [ [ 1 + ] when ] reduce
|
||||||
] B{ } map-as '[ HEX: ff bitand _ nth-unsafe ]
|
] B{ } map-as '[ HEX: ff bitand _ nth-unsafe ]
|
||||||
(( byte -- table )) define-declared
|
(( byte -- table )) define-declared
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue