YacasState
data class YacasState(var tokenize: (StringStream, YacasState) -> String?, var scopes: MutableList<String> = mutableListOf())
Constructors
Link copied to clipboard
constructor(tokenize: (StringStream, YacasState) -> String?, scopes: MutableList<String> = mutableListOf())