PString

data class PString(val string: String)

A regular ol' string.

Constructors

Link copied to clipboard
constructor(string: String)

Types

Link copied to clipboard

Properties

Link copied to clipboard

The value of the string. All escaping is already taken care of, this string can be used as-is.