Function conch_runtime::eval::double_quoted[][src]

pub fn double_quoted<W, I, E: ?Sized>(
    words: I
) -> DoubleQuoted<W::EvalResult, W, W::EvalFuture, I::IntoIter> where
    W: WordEval<E>,
    I: IntoIterator<Item = W>, 

Evaluates a list of words as if they were double quoted.

All words retain any special meaning/behavior they may have, except no tilde expansions will be made, and no fields will be split further.