decoder: Use .push instead of open-coded .stack append where appropriate
For example d.push(math.Float64frombits(u)) looks more clear compared to d.stack = append(d.stack, math.Float64frombits(u)) and we already use push in many other places.
Showing
Please register or sign in to comment