pub unsafe fn get_needed<'a>(
    dyns: &[Dyn],
    strtab: *const Strtab<'a>,
    count: usize
) -> Vec<&'a str>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
    A: Allocator
Expand description

Gets the needed libraries from the _DYNAMIC array, with the str slices lifetime tied to the dynamic array/strtab’s lifetime(s)