pop

Contents

pop#

async tierkreis.pyruntime.python_builtin.pop(vec: list[a]) _PopOut[a][source]#

Pops the first element from an input Vec, returning said element separately from the remainder Vec. Fails at runtime if the input Vec is empty.