You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Trac3r-rust/doc/generic_array/sidebar-items.js

1 line
607 B

initSidebarItems({"macro":[["arr","Macro allowing for easy generation of Generic Arrays. Example: `let test = arr![u32; 1, 2, 3];`"]],"mod":[["arr","Implementation for `arr!` macro."],["functional","Functional programming with generic sequences"],["iter","`GenericArray` iterator implementation."],["sequence","Useful traits for manipulating sequences of data stored in `GenericArray`s"]],"struct":[["GenericArray","Struct representing a generic array - `GenericArray<T, N>` works like [T; N]"]],"trait":[["ArrayLength","Trait making `GenericArray` work, marking types to be used as length of an array"]]});