CopyAssignment

data class CopyAssignment(val destination: Int, val source: Int)

Constructors

Link copied to clipboard
constructor(destination: Int, source: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val source: Int