Rahul Gautham Putcha

Results 20 comments of Rahul Gautham Putcha

> Perhaps it's better to use `subAssign` instead of `diffAssign`? It can be done. What's your say @mkorbel1 ?

> Why not make `postIncr` and `preIncr` support another input (which defaults to 1) so that the same function can support `++` and `+=`? Then the natural extension for subtraction...

I can make Logic addAssign(&ref=Const(value:1)) get reused the function within postIncr or preIncr

`equalsAnyOf` or `isIn` will be made for following datatype: 1. LogicValues only 2. Logic only 3. mix of LogicValues and Logic 5. int, bool, BigInt

Hey Max, I will start working on this one :)

@mkorbel1 This seems to come from CI/CD main? ``` ERROR: 1 dead links found! [✖] https://stackoverflow.com/ → Status: 403 ```

Hey Max, I would like to take this one on

reference: panda Case: `data[i:j] = Const(defaultValue)` `data[i:j] = [Const(value1), Const(value2)]` or LogicArray() of length (j-i+1)