Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
FaustVX
Posts
Comments
C
C#
•
Created by BigBoyConst on 12/17/2023 in
#help
Graphs OOP app
Tuple<Node, Node>
is a class, but
(Node, Node)
is a struct, and so, it will be extremely optimized by the compiler/JIT, also, you can name each part of the struct
(Node left, Node right)
9 replies