Appendable

class Appendable<T>(val all: MutableList<T> = mutableListOf())

Constructors

Link copied to clipboard
constructor(all: MutableList<T> = mutableListOf())

Properties

Link copied to clipboard

Functions

Link copied to clipboard
operator fun plusAssign(t: T)
operator fun plusAssign(t: Collection<T>)