/// <include file='docs.xml' path='docs/members/Unary/*'/>
 /// <include file='docs.xml' path='docs/members/Minus/*'/>
 public static UnaryOperatorNode Minus(Node argument) => UnaryOperatorNode.Minus(argument);
 /// <include file='docs.xml' path='docs/members/Unary/*'/>
 /// <include file='docs.xml' path='docs/members/Bang/*'/>
 public static UnaryOperatorNode Not(Node argument) => UnaryOperatorNode.Not(argument);
 /// <include file='docs.xml' path='docs/members/Unary/*'/>
 /// <include file='docs.xml' path='docs/members/Plus/*'/>
 public static UnaryOperatorNode Plus(Node argument) => UnaryOperatorNode.Plus(argument);