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

type Local = Lsb0;

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.