pub type pm_local_variable_and_write_node_t = pm_local_variable_and_write_node;
Expand description

LocalVariableAndWriteNode

Represents the use of the &&= operator for assignment to a local variable.

 target &&= value
 ^^^^^^^^^^^^^^^^

Type: ::PM_LOCAL_VARIABLE_AND_WRITE_NODE

@extends pm_node_t