Skip to content

Conversation

@RenaudRohlinger
Copy link
Collaborator

@RenaudRohlinger RenaudRohlinger commented Jan 29, 2024

Adds bitNot and not support to OperatorNode. For these type of operator the second node doesn't exist so I handled that too. For example:

const a = b.bitNot(); // no second operator
c.assign( a.bitAnd( a ) );
d.assign( d.not() ); // no second operator

This contribution is funded by Utsubo

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.

2 participants