-
-
Notifications
You must be signed in to change notification settings - Fork 243
Refactor #1034
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
base: master
Are you sure you want to change the base?
Refactor #1034
Conversation
9d57015 to
bb8a2e9
Compare
| #[cfg(feature = "with-mac_address")] | ||
| Array::MacAddress(v) => v.is_empty(), | ||
| Array::Null(_) => true, | ||
| Array::Null(_) => false, |
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.
umm Null should be empty right?
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.
We have the is_null method.
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.
empty array => '{}'
null array => NULL
385480e to
87ea4c6
Compare
No description provided.