]> git.lizzy.rs Git - rust.git/commit
Further explain take_while
authorSteve Klabnik <steve@steveklabnik.com>
Mon, 1 Feb 2016 23:33:08 +0000 (18:33 -0500)
committerSteve Klabnik <steve@steveklabnik.com>
Mon, 1 Feb 2016 23:33:08 +0000 (18:33 -0500)
commit69c298e733331ea742a4ddc9bccbcd70c9c7b45c
tree1aeaac43b70e99f5296023546c8827008b32452b
parent91e804409b7481677901345d9abcb6e8bd3152ad
Further explain take_while

This is a behavior that some find confusing, so it deserves its own example.

Fixes #31318
src/libcore/iter.rs