pub fn decode<T>(x: T) -> T::Signed where
    T: Unsigned
Expand description

Decode an integer into zig-zag encoding.