[][src]Function qrcode53bytes::ec::add

pub fn add(data: BitVec<Lsb0, u8>, v: Version) -> BitVec<Lsb0, u8>

Add error correction codewords to data.

This includes both the data and the error correction codewords, interleaved if necessary.