[][src]Trait terms::Index

pub trait Index: Ord + Copy {
    const ZERO: Self;

    fn next(self) -> Self;
}

Associated Constants

const ZERO: Self

Loading content...

Required methods

fn next(self) -> Self

Loading content...

Implementations on Foreign Types

impl Index for u8[src]

impl Index for u16[src]

impl Index for u32[src]

impl Index for u64[src]

impl Index for usize[src]

Loading content...

Implementors

Loading content...