Search Apps Documentation Source Content File Folder Download Copy Actions Download State String Boolean Number Struct Map Slice Pointer Function Closure Reference Nil Package Type Interface Unknown

Object 0ef14781…ea2c10:234 state

Back to all declarations

head

*fifo.node

Value

<zero>

tail

*fifo.node

Value

<zero>

size

int

Value

0

maxSize

int

Value

100
head : *fifo.node =<zero>
tail : *fifo.node =<zero>
size : int =0
maxSize : int =100