[][src]Function dinotree_alg::build_helper::create_bbox_indirect

Important traits for Vec<u8>
pub fn create_bbox_indirect<'a, N: NumTrait, T>(
    bots: &'a mut [BBox<N, T>]
) -> Vec<BBoxIndirect<'a, BBox<N, T>>>

Convenience function to create a &mut (Rect<N>,T) from a (Rect<N>,T) bounding box.