MurmurHash3.putElements
void putElements(scope const(Element[]) elements...) pure nothrow @nogcPushes an array of elements at once. It is more efficient to push as much data as possible in a single call. On platforms that do not support unaligned reads (MIPS or old ARM chips), the compiler may produce slower code to ensure correctness.