Move constructor.
Declared in <script/miniscript.h>
<script/miniscript.h>
Node(Node&& other) noexcept = default;
Name
Description
other
The node to move from.
Created with MrDocs