Closed AviAvni closed 6 years ago
Thank you! Merged, I made a small change, making Padding a simple bool, instead of a dedicated type, because Same / Valid didn't seem to be clearer than just true / false. Besides that, looks good to me :)
Padding
Same
Valid
true
false
Thank you! Merged, I made a small change, making
Padding
a simple bool, instead of a dedicated type, becauseSame
/Valid
didn't seem to be clearer than justtrue
/false
. Besides that, looks good to me :)