mirror of
https://github.com/fluencelabs/wasmer
synced 2025-04-27 03:12:13 +00:00
1 line
607 B
JavaScript
1 line
607 B
JavaScript
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"]]}); |