Alias

data class Alias(var from: Name, var to: Name)

Represents an alias with the name to for the particular name from.

Constructors

Link copied to clipboard
constructor(from: Name, to: Name)

Properties

Link copied to clipboard
var from: Name
Link copied to clipboard
var to: Name