This commit is contained in:
2020-01-23 23:13:36 -08:00
parent dcc0df955e
commit 2bc9ebdc6b
31829 changed files with 1229378 additions and 17 deletions

View File

@@ -0,0 +1 @@
initSidebarItems({"trait":[["Concat","Defines `GenericSequence`s which can be joined together, forming a larger array."],["GenericSequence","Defines some sequence with an associated length and iteration capabilities."],["Lengthen","Defines any `GenericSequence` which can be lengthened or extended by appending or prepending an element to it."],["Shorten","Defines a `GenericSequence` which can be shortened by removing the first or last element from it."],["Split","Defines a `GenericSequence` that can be split into two parts at a given pivot index."]],"type":[["SequenceItem","Accessor for `GenericSequence` item type, which is really `IntoIterator::Item`"]]});