AvailIntegerValueHelper

class AvailIntegerValueHelper(val longValue: Long)

A helper class used by IntelliJ to show Logical Structures in the debugger. In particular, it shows long-valued slots within AvailObjects.

Author

Mark van Gulik

Constructors

Link copied to clipboard
fun AvailIntegerValueHelper(longValue: Long)

Properties

Link copied to clipboard
val longValue: Long

The long value to present.