Skip to content

bloqade.lanes.analysis.atom.impl.IListMethods

← Module overview

classIListMethodssource

bloqade.lanes.analysis.atom.impl.IListMethods

Bases: interp.MethodTable

class IListMethods

methodilist_newsource

bloqade.lanes.analysis.atom.impl.IListMethods.ilist_new

Signature
def ilist_new(interp_: AtomInterpreter, frame: ForwardFrame[MoveExecution], stmt: ilist.New)

Parameters

NameTypeDescription
interp_AtomInterpreter
frameForwardFrame[MoveExecution]
stmtilist.New
source