var searchIndex = {}; searchIndex["array"] = {"doc":"Convenience methods for working with arrays.","items":[[8,"Array","array","Implemented by arrays of different lengths.",null,null],[10,"from_fn","","Creates array from a function of each component index.",0,{"inputs":[{"name":"f"}],"output":{"name":"self"}}],[11,"from_iter","","Creates an array from an iterator.\nWill fail if the iterator does not contain enough elements.",0,{"inputs":[{"name":"i"}],"output":{"name":"self"}}],[8,"Array2","","An array with 2 components.",null,null],[10,"map","","Converts array into another type,\nby executing a function for each component.",1,null],[10,"x","","Returns the `x` component.",1,null],[10,"y","","Returns the `y` component.",1,null],[8,"Array3","","An array with 3 components.",null,null],[10,"map","","Converts array into another type,\nby executing a function for each component.",2,null],[10,"x","","Returns the `x` component.",2,null],[10,"y","","Returns the `y` component.",2,null],[10,"z","","Returns the `z` component.",2,null],[8,"Array4","","An array with 4 components.",null,null],[10,"map","","Converts array into another type,\nby executing a function for each component.",3,null],[10,"x","","Returns the `x` component.",3,null],[10,"y","","Returns the `y` component.",3,null],[10,"z","","Returns the `z` component.",3,null],[10,"w","","Returns the `w` component.",3,null]],"paths":[[8,"Array"],[8,"Array2"],[8,"Array3"],[8,"Array4"]]}; initSearch(searchIndex);