View source code
Display the source code in std/digest/murmurhash.d from which this
page was generated on github.
Report a bug
If you spot a problem with this page, click here to create a
Bugzilla issue.
Improve this page
Quickly fork, edit online, and submit a pull request for this page.
Requires a signed-in GitHub account. This works well for small changes.
If you'd like to make larger changes you may want to consider using
local clone.
Function std.digest.murmurhash.MurmurHash3.putElements
Pushes 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.
{null} putElements();
Authors
Guillaume Chatelet
License
Copyright © 1999-2022 by the D Language Foundation | Page generated by ddox.