[][src]Type Definition bitvec::cursor::Local

type Local = LittleEndian;

A default bit ordering.

The target has little-endian byte ordering, so the default bit ordering is set to little-endian as well, as a convenience. These two orderings are not related.