Mst Field
Functions
add
Link copied to clipboard
binaryOperation
Link copied to clipboard
binaryOperationFunction
Link copied to clipboard
open override fun binaryOperationFunction(operation: String): (left: MST, right: MST) -> MST.Binary
Content copied to clipboard
bindSymbol
Link copied to clipboard
divide
Link copied to clipboard
leftSideNumberOperation
Link copied to clipboard
open fun leftSideNumberOperation(operation: String, left: Number, right: MST): MST
Content copied to clipboard
leftSideNumberOperationFunction
Link copied to clipboard
open fun leftSideNumberOperationFunction(operation: String): (left: Number, right: MST) -> MST
Content copied to clipboard
multiply
Link copied to clipboard
number
Link copied to clipboard
rightSideNumberOperation
Link copied to clipboard
open fun rightSideNumberOperation(operation: String, left: MST, right: Number): MST
Content copied to clipboard
rightSideNumberOperationFunction
Link copied to clipboard
open fun rightSideNumberOperationFunction(operation: String): (left: MST, right: Number) -> MST
Content copied to clipboard
unaryMinus
Link copied to clipboard
unaryOperation
Link copied to clipboard
unaryOperationFunction
Link copied to clipboard
open override fun unaryOperationFunction(operation: String): (arg: MST) -> MST.Unary
Content copied to clipboard