[#absl-rotl] = xref:absl.adoc[absl]::rotl :relfileprefix: ../ :mrdocs: Rotates the bits of `x` to the left by `s` positions. == Synopsis Declared in `<absl/numeric/bits.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- using std::rotl; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#