aboutsummaryrefslogtreecommitdiff
path: root/book/src/binding/slice.md
AgeCommit message (Expand)Author
2023-06-19Adopt mdBook's new hidelines supportDavid Tolnay
2021-01-02Restore swapping Str and Slice in member function form onlyDavid Tolnay
2021-01-02Omit swap member functions from websiteDavid Tolnay
2021-01-02Touch up PR 642David Tolnay
2021-01-02Add swap members + ADL functionsCameron Pickett
2020-12-27Define member type Slice<T>::value_type = TDavid Tolnay
2020-12-27Show source of is_const_v and random_access_iterator_tag in Slice docDavid Tolnay
2020-12-27Document Slice iterator APIDavid Tolnay
2020-12-27Add Slice indexing to API on websiteDavid Tolnay
2020-12-12Express Slice documentation using concepts requires clauseDavid Tolnay
2020-11-25Hide full iterator API from rendered documentationDavid Tolnay
2020-11-25Show slice iterator in bookDavid Tolnay
2020-11-25Generalize SliceRef codegen to non-u8 element typeDavid Tolnay
2020-11-24Add &mut [u8] to readme and websiteDavid Tolnay
2020-11-17Book contentDavid Tolnay