Wolfram Language Paclet Repository

Community-contributed installable additions to the Wolfram Language

Primary Navigation

    • Cloud & Deployment
    • Core Language & Structure
    • Data Manipulation & Analysis
    • Engineering Data & Computation
    • External Interfaces & Connections
    • Financial Data & Computation
    • Geographic Data & Computation
    • Geometry
    • Graphs & Networks
    • Higher Mathematical Computation
    • Images
    • Knowledge Representation & Natural Language
    • Machine Learning
    • Notebook Documents & Presentation
    • Scientific and Medical Data & Computation
    • Social, Cultural & Linguistic Data
    • Strings & Text
    • Symbolic & Numeric Computation
    • System Operation & Setup
    • Time-Related Computation
    • User Interface Construction
    • Visualization & Graphics
    • Random Paclet
    • Alphabetical List
  • Using Paclets
    • Get Started
    • Download Definition Notebook
  • Learn More about Wolfram Language

Lazy

Guides

  • Guide
  • MainGuide

Symbols

  • LazyDirectoryTree
  • LazyExpression
  • LazyLength
  • LazyList
  • Lazy
  • LazySplits
  • LazyTraverse
  • LazyTreeEdges
  • LazyTree
  • LazyValueArray
  • LazyValue
  • MultiwayNest
Wolfram`Lazy`
LazyTreeEdges
​
​
LazyTreeEdges[lazyTree]
traverse a lazy tree and return a lazy list of edges.
​
Details and Options

Examples  
(1)
Basic Examples  
(1)
In[1]:=
lazyTree=
MultiwayNest
[Replace[Labeled[x_,_]|x_{Labeled[Mod[x+1,5],"+1"],Labeled[Mod[2x,5],"2×"]}],{1,-1}];
In[2]:=
ManipulateGraphicsGridPartitionGraphNormalLazyTake
LazyTreeEdges
[lazyTree,#],n,VertexLabelsAutomatic,EdgeLabels"EdgeTag",PlotLabelStyle[Column[#]]&/@{{"TraversalOrder""BreadthFirst","Deterministic"True},​​{"TraversalOrder""DepthFirst","Deterministic"True},​​{"TraversalOrder""BreadthFirst","Deterministic"False},​​{"TraversalOrder""DepthFirst","Deterministic"False}​​},​​2​​,​​FrameAll,​​ImageSizeMedium​​,​​{{n,3},1,20,1},​​SaveDefinitionsTrue​​
Out[2]=
RelatedGuides
▪
MainGuide
""

© 2025 Wolfram. All rights reserved.

  • Legal & Privacy Policy
  • Contact Us
  • WolframAlpha.com
  • WolframCloud.com