jvmRecord top-level constant

JvmRecord const jvmRecord

Instructs compiler to mark the class as a record and generate relevant toString/equals/hashCode methods.

Implementation

const jvmRecord = JvmRecord();