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