Roogle
Examples
fn (&char) -> bool
fn (&mut HashMap<K, V>, K, V) -> Option<V>
fn get_ref(&Option<T>) -> Option<&T>
fn (Option<Option<T>>) -> Option<T>
fn (&mut Vec<T>, value: T)
fn generics(TyCtxt, key: _) -> &Generics
fn (TyCtxt, key: _) -> Span
fn (Either<L, R>) -> Either<R, L>