of

fun of(first: Value, second: Value, vararg other: Value): Value
fun of(value: ByteArray): Value
fun of(first: ByteArray, second: ByteArray, vararg other: ByteArray): Value
fun of(value: ReadMemory): Value
fun of(first: ReadMemory, second: ReadMemory, vararg other: ReadMemory): Value
fun of(value: Boolean): Value
fun of(first: Boolean, second: Boolean, vararg other: Boolean): Value
fun of(value: Byte): Value
fun of(first: Byte, second: Byte, vararg other: Byte): Value
fun of(value: Short): Value
fun of(first: Short, second: Short, vararg other: Short): Value
fun of(value: Int): Value
fun of(first: Int, second: Int, vararg other: Int): Value
fun of(value: Long): Value
fun of(first: Long, second: Long, vararg other: Long): Value
fun of(value: Char): Value
fun of(first: Char, second: Char, vararg other: Char): Value
fun of(value: CharSequence): Value
fun of(first: CharSequence, second: CharSequence, vararg other: CharSequence): Value