-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proposal : Data.List.Byte as Byte-like data operator and converter #690
Conversation
… function add 7.3.377
|
||
validate({data}) *Vital.Data.List.Byte.validate()* | ||
Return bool value. | ||
{data} is List, all data as |Number| and it is min 0/max 255, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{data} is List, all data as |Number| and it is min 0/max 255, | |
returns 1 the given {data} is a |List| with its all values are |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ugh it doesn't support multiline fixes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot!!
Great thx! |
Byte-like List (0-255 number list) convert from/to other type
(It need #675 then include commit. When merge timing, rebase it)