I would drop this or fold it into the parent depending on reviewers' opinion.
The problem is that byte literals can converted to slices implicitely,
and concat can work on slices and other things, and it's too much for
the typer to try to do both at the time. Providing a monomorphic version
of the concat method avoids having to write &byteliteral[..].