class Stack
(source)
<init> |
Stack(maxSize: Int = 1025) |
get |
fun get(i: Int): UInt256? |
overflowed |
fun overflowed(): Boolean |
pop |
fun pop(): UInt256? |
push |
fun push(value: Bytes32): Boolean |
set |
fun set(i: Int, elt: UInt256): Unit |
size |
fun size(): Int |