[][src]Function simple_libc::select::build_fdset_opt

pub fn build_fdset_opt<T: IntoIterator<Item = Int>>(
    fds: T,
    nfds: Int
) -> (Option<FdSet>, Int)