Struct sputnikvm::Valids [] [src]

pub struct Valids(_);

Mapping of valid jump destination from code.

Methods

impl Valids
[src]

[src]

Create a new valid mapping from given code bytes.

[src]

Get the length of the valid mapping. This is the same as the code bytes.

[src]

Returns true if the position is a valid jump destination. If not, returns false.