Function control_code::CSI::args [] [src]

pub fn args<'a, T: 'a, I>(values: I) -> SmallVec<[Option<u32>; 8]> where
    T: Clone + Into<Option<u32>>,
    I: IntoIterator<Item = &'a T>,