Apply

data class Apply(val prefix: String, val body: Iterator<Tree>) : Tree

Foo(aa, bbb, cccc)

Constructors

Link copied to clipboard
constructor(prefix: String, body: Iterator<Tree>)

Properties

Link copied to clipboard
Link copied to clipboard