[][src]Type Definition spectrusty_core::memory::ExRom

type ExRom = Rc<[u8]>;

Represents an external ROM as a shared pointer to a slice of bytes.