grimoire ~master (2021-09-29T23:21:44Z)
Dub
Repo
DynamicIndexedArray.pop
grimoire
runtime
indexedarray
DynamicIndexedArray
Immediatly remove a value from the list. \ Use the index returned by
push
.
class
DynamicIndexedArray
(T)
void
pop
(
uint
index
)
Meta
Source
See Implementation
grimoire
runtime
indexedarray
DynamicIndexedArray
aliases
InternalIndex
constructors
this
functions
markForRemoval
markInternalForRemoval
opApply
opIndex
pop
push
reset
sweepMarkedData
properties
capacity
data
length
Immediatly remove a value from the list. \ Use the index returned by push.