IntWrapper

class IntWrapper(val int: Int) : StringOrInt

A wrapper around Int.

Parameters

int

An Integer value.

Constructors

Link copied to clipboard
constructor(int: Int)

Creates an IntWrapper instance.

Properties

Link copied to clipboard
val int: Int

Functions

Link copied to clipboard
open override fun toString(): String

Returns a string representation of the wrapped int.