[][src]Function rslint_core::util::string_token_eq

pub fn string_token_eq<L, R>(left: L, right: R) -> bool where
    L: IntoIterator,
    R: IntoIterator,
    L::Item: Borrow<SyntaxToken>,
    R::Item: Borrow<SyntaxToken>, 

Compare two lists of tokens by comparing their underlying string value.