AdvancedExpressionFolding
AdvancedExpressionFolding copied to clipboard
Fold || to OR, && to AND and ! to NOT
I would also love to see this in Kotlin. Did never understand why || should be faster to type and easier to read as a simple "or" or && should be simpler that "and".