Concurrent Endian Byte Enumerables ################################## ``ConcurrentBigEndianByteEnumerable`` and ``ConcurrentLittleEndianByteEnumerable`` allows for ease in parallel indexing a pair of byte arrays, that may not be of the same length, in the desired endianness. This comes in particularly useful when running bitwise or mathematical operations. .. warning:: This topic will be further expounded upon at a later date. In the meantime please feel free to browse the source code available: - `GitHub/Gulliver `_ - `IConcurrentByteEnumerable `_ - `AbstractConcurrentByteEnumerable `_ - `ConcurrentBigEndianByteEnumerable `_ - `ConcurrentLittleEndianByteEnumerable `_