Skip to contents

Allows using '+' to concatenate raw_bytes objects, mimicking Python's byte concatenation.

Usage

# S3 method for class 'raw_bytes'
e1 + e2

Arguments

e1

Left operand.

e2

Right operand.

Value

A new raw_bytes object.