lpush

fun lpush(long: Long): Boolean(source)

Push a long to the stack

Specification

Since

0.1.0

Parameters

long

The long to push

See also


fun lpush(value: Double): Boolean(source)

Push a double to the stack

Specification

Since

0.1.0

Parameters

value

The double to push

See also


@JvmName(name = "lpushULong")
fun lpush(value: ULong): Boolean(source)

Push an unsigned long to the stack

Specification

Since

0.1.0

Parameters

value

The unsigned long to push

See also