TroffState

data class TroffState(var tokens: MutableList<(StringStream, TroffState) -> String?> = mutableListOf())

Constructors

Link copied to clipboard
constructor(tokens: MutableList<(StringStream, TroffState) -> String?> = mutableListOf())

Properties

Link copied to clipboard