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