Array

extension Array: XDRCodable where Element: XDRCodable

Extension making Array conform to XDRCodable when elements are XDRCodable.

Arrays in XDR are encoded with a 32-bit count prefix followed by the elements.

Available where Element: XDRCodable