Improve primitive/std docs separation and headers

This commit is contained in:
Cameron Steffen
2022-04-30 12:01:31 -05:00
parent dd01122b5c
commit 17ddcb434b
16 changed files with 127 additions and 128 deletions

View File

@@ -1,4 +1,4 @@
//! Helper functions and types for fixed-length arrays.
//! Utilities for the array primitive type.
//!
//! *[See also the array primitive type](array).*