Variadic 'put' helper function for digests.
The digest to put the data into.
The data to update the digest with.
ubyte[4] buf; SHA256 hash; hash.putAll(cast(ubyte) 0x01, buf, buf[0..2]);
See Implementation
Variadic 'put' helper function for digests.