pcast

fun pcast(from: UByte, to: UByte): Boolean(source)

Perform a cast operation on the top of the stack

Specification

Since

0.1.0

Parameters

from

The type to cast from

to

The type to cast to

See also


fun pcast(from: String, to: String)(source)