FixedWidthInteger

extension FixedWidthInteger where Self: XDREncodable
extension FixedWidthInteger where Self: XDRDecodable

Extension making FixedWidthInteger types XDR-encodable.

Integers in XDR are encoded in big-endian byte order.

Available where Self: XDREncodable

Available where Self: XDRDecodable