Provide method for LinkedList
contents to be moved to another container
#14
Labels
enhancement
New feature or request
To support moving the contents of a list b/w containers while maintaining the parent (container) pointer. This makes it straighforward to support operations such as take_body. In LLVM this is handled by the
transferNodesFromList
"trait", which is called byilist
methods when necessary to keep the list contents updated.The text was updated successfully, but these errors were encountered: