rot.rot

Undocumented in source.
template rot(string x, string k)
package
enum rot = "(((" ~ x ~ ") << (" ~ k ~ ")) | ((" ~ x ~ ") >> (32 - (" ~ k ~ "))))";

Meta