Function T [src]

Prototype

pub fn T(t: anytype) @TypeOf(t)

Source

pub fn T(t: anytype) @TypeOf(t) { return (t & 0x0f) << 4; }