SpecializerReplacement

data class SpecializerReplacement(val from: (String, Stack) -> Int, val to: (String, Stack) -> Int)

Constructors

Link copied to clipboard
constructor(from: (String, Stack) -> Int, to: (String, Stack) -> Int)

Properties

Link copied to clipboard
val from: (String, Stack) -> Int
Link copied to clipboard
val to: (String, Stack) -> Int