Operators
Boolean Operators
Enter search terms or a module, class or function name.
1 + 1 >> ConstantTwo; 2 >> ConstantTwo; [1, 1] + 1 >> ConstantBundleTwo; [2, 2] >> ConstantBundleTwo;
2 * 2 >> ConstantFour; 4 >> ConstantFour; [2, 2] * 2 >> ConstantBundleFour; [4, 4] >> ConstantBundleFour;