Lazy

data class Lazy(val body0: (Tree.Ctx) -> Iterator<String>) : Tree

xyz

Constructors

Link copied to clipboard
constructor(body0: (Tree.Ctx) -> Iterator<String>)

Properties

Link copied to clipboard