Function dochy::core::intf::clist::get_value[][src]

pub fn get_value<T>(list: CListPtr<T>, idx: usize) -> T where
    T: From<CItemPtr>,