🌐 KR

Description

  • Inserts an item or item collection into each branch of the input DataTree.

Input

  • Tree [Generic/DataTree] : Input the DataTree where items or item collections will be inserted.
  • Items [Generic/List] : Input the items or item collections to be inserted.
  • indices [int/List] : Input the indices within each branch where items or item collections will be inserted.


Output

  • Tree [Generic/DataTree] : Outputs the generated DataTree based on the input conditions.


How To Use

  • If the indices values corresponding to the positions where items or item indices will be inserted exceed the insertable index range within the branch, they will wrap around and be applied accordingly.

Tags:

Categories: ,

Updated: