pub fn show_assignment_op<F>(
    f: &mut F,
    op: &AssignmentOp,
    state: &mut FormattingState<'_>
) -> Result
where F: Write + ?Sized,
Expand description

Transpile an assignment_op to GLSL