Skip to content
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

addition function nullable is_null #4232

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

chachaleo
Copy link

@chachaleo chachaleo commented Oct 9, 2023

Resolves #4231

I added a function is_null function is the NullableTrait.

When I was solving the Node Guardian quest : racing riverboats, I thought it could be useful to have this methods to smoothly check if a value is present is a dict or not.


This change is Reviewable

Copy link
Collaborator

@orizi orizi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This requires to be snapshot function - and this isn't (and can't be, since we are missing a libfunc).
adding to add such a libfunc to the backlog.

Reviewable status: 0 of 1 files reviewed, all discussions resolved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: is_null function in NullableTrait
2 participants