initSidebarItems({"macro":[["arr!","Macro allowing for easy generation of Generic Arrays."],["arr_impl!","Proper implementation of `arr!`"]],"mod":[["arr",""],["iter",""]],"struct":[["GenericArray","Struct representing a generic array - `GenericArray` works like [T; N]"],["GenericArrayImplEven","Internal type used to generate a struct of appropriate size"],["GenericArrayImplOdd","Internal type used to generate a struct of appropriate size"]],"trait":[["ArrayLength","Trait making `GenericArray` work, marking types to be used as length of an array"]]});