Functions

Link copied to clipboard
open fun merge(first: T, other: T): T
abstract fun merge(first: T, others: List<T>): T