[][src]Trait glsp::DequeIndex

pub trait DequeIndex: Sealed { }

An integer type which can be used as a deque index.

The DequeAccess trait is generic over this trait. This enables Arrs, Strs and Deques to be indexed using any primitive integer type, including negative indexes.

This trait is sealed. It's not possible to implement this trait for your own types.

Implementations on Foreign Types

impl DequeIndex for u8[src]

impl DequeIndex for i8[src]

impl DequeIndex for u32[src]

impl DequeIndex for u128[src]

impl DequeIndex for i128[src]

impl DequeIndex for i64[src]

impl DequeIndex for usize[src]

impl DequeIndex for isize[src]

impl DequeIndex for i16[src]

impl DequeIndex for u64[src]

impl DequeIndex for i32[src]

impl DequeIndex for u16[src]

Loading content...

Implementors

Loading content...