Trait clojurust::clojure::rust::objects::Indexed::Indexed[][src]

pub trait Indexed: IObject + Counted {
    fn nth_1(&self, i: usize) -> ObjResult<Object>;
fn nth_2(&self, i: usize, notFound: Object) -> ObjResult<Object>; }

Required methods

fn nth_1(&self, i: usize) -> ObjResult<Object>[src]

Indexed -> usize -> Object

fn nth_2(&self, i: usize, notFound: Object) -> ObjResult<Object>[src]

Indexed -> usize -> Object -> Object

Loading content...

Implementors

impl Indexed for SPersistentVector[src]

impl Indexed for SSubVector[src]

Loading content...