StexState

data class StexState(var cmdState: MutableList<StexPlugin> = mutableListOf(), var f: (StringStream, StexState) -> String?)

Constructors

Link copied to clipboard
constructor(cmdState: MutableList<StexPlugin> = mutableListOf(), f: (StringStream, StexState) -> String?)

Properties

Link copied to clipboard
Link copied to clipboard