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