Hacker News new | past | comments | ask | show | jobs | submit login

You mean tab completion in Rust? Otherwise, let me introduce you to:

    imap(f) = x -> Iterators.map(f, x)
    ifilter(f) = x -> Iterators.filter(f, x)
    v = things |>
        ifilter(isodd) |>
        imap(do_process) |>
        collect





Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: