Enum moore_svlog::hir::ArrayDim [−][src]
pub enum ArrayDim {
Left,
Right,
Low,
High,
Increment,
Size,
}
Expand description
The different builtin array dimension function calls that are supported.
Variants
The $left
function.
The $right
function.
The $low
function.
The $high
function.
The $increment
function.
The $size
function.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ArrayDim
impl UnwindSafe for ArrayDim
Blanket Implementations
Mutably borrows from an owned value. Read more