LSTS Language Reference Website
View the Project on GitHub Lambda-Mountain-Compiler-Backend/lsts-language-reference
== : (I32, I32) -> Bool!= : (I32, I32) -> Bool< : (I32, I32) -> Bool<= : (I32, I32) -> Bool> : (I32, I32) -> Bool>= : (I32, I32) -> Bool+ : (I32, I32) -> I32- : (I32, I32) -> I32* : (I32, I32) -> I32/ : (I32, I32) -> I32% : (I32, I32) -> I32^ : (I32, I32) -> I32<< : (I32, USize) -> I32>> : (I32, USize) -> I32max : (I32, I32) -> I32min : (I32, I32) -> I32.into : (I32, Type<String>) -> String