Loop constructor

Loop(
  1. Node from,
  2. Node to
)

Implementation

Loop(Node from, Node to) : this.around(from);