about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorKevin Leimkuhler <kevin@kleimkuhler.com>2018-10-12 14:47:01 -0700
committerKevin Leimkuhler <kevin@kleimkuhler.com>2019-01-17 22:34:43 -0800
commitce47dde59f45d55fa27dce9a614d1a972f9d8a4f (patch)
tree18177d1f5095ade1e718adca6a0cfca73b5c6d6b /src/doc
parent02477f6f99c22509825a85bd090e42f935b33983 (diff)
downloadrust-ce47dde59f45d55fa27dce9a614d1a972f9d8a4f.tar.gz
rust-ce47dde59f45d55fa27dce9a614d1a972f9d8a4f.zip
Add is_sorted unstable documentation
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/unstable-book/src/library-features/is-sorted.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/doc/unstable-book/src/library-features/is-sorted.md b/src/doc/unstable-book/src/library-features/is-sorted.md
new file mode 100644
index 00000000000..e3b7dc3b28e
--- /dev/null
+++ b/src/doc/unstable-book/src/library-features/is-sorted.md
@@ -0,0 +1,11 @@
+# `is_sorted`
+
+The tracking issue for this feature is: [#53485]
+
+[#53485]: https://github.com/rust-lang/rust/issues/53485
+
+------------------------
+
+Add the methods `is_sorted`, `is_sorted_by` and `is_sorted_by_key` to `[T]`;
+add the methods `is_sorted`, `is_sorted_by` and `is_sorted_by_key` to
+`Iterator`.