Appends a byte span as a data push, including its size prefix.
Declared in <script/script.h>
<script/script.h>
CScript& operator<<(std::span<std::byte const> b);
A reference to this script.