[][src]Module bitvec::store

Memory modeling.

This module provides a BitStore trait, which mediates how handles access memory and perform analysis on the regions they describe.

Traits

BitStore

Common interface for memory regions.