Replies: 1 comment
-
In Ocaml, 0-length list is allowed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Name: 홍은기
�We have a block, which is a list of 2 bytes.
When we have padding that has 1 byte size, we cannot remove it in 'dec' directly because we have to return in type of 'block list'. I've tried changing the padding(which is currently 1) to null, but it did not work.
Could someone tell me what method should i use to 'remove' the padding of size 1(byte)? thank you.
Beta Was this translation helpful? Give feedback.
All reactions