Companion

object Companion

Properties

Link copied to clipboard
const val ARGUMENT_BEGIN: Char = '{'

The character that begins an inline argument.

Link copied to clipboard
const val ARGUMENT_END: Char = '}'

The character that ends an inline argument.

Link copied to clipboard
const val BEGIN: String

The character that prefixes a function call.

Link copied to clipboard

The character that separates chained function calls.

Link copied to clipboard

The pattern for an identifier (function name or argument name). An identifier may also be a number: see implicit lambda arguments for example.

Link copied to clipboard

The character that delimits a named argument.