var searchIndex = {}; searchIndex["range"] = {"doc":"A library for range addressing","items":[[3,"Range","range","A representation of a range",null,null],[12,"offset","","The range offset",0,null],[12,"length","","The range length",0,null],[3,"AddTo","","Add range to object `T`.",null,null],[11,"fmt","","",0,null],[11,"hash","","",0,null],[11,"eq","","",0,null],[11,"ne","","",0,null],[11,"clone","","",0,null],[11,"new","","Creates a new `Range`",0,{"inputs":[{"name":"usize"},{"name":"usize"}],"output":{"name":"range"}}],[11,"cast","","Casts a range into another type.",0,null],[11,"empty","","Creates an empty range with an offset.",0,{"inputs":[{"name":"usize"}],"output":{"name":"range"}}],[11,"is_empty","","Returns true if range is empty",0,null],[11,"next_offset","","Returns the next offset",0,null],[11,"iter","","Returns a range iterator.",0,null],[11,"shrink_n","","Shrinks range at both ends with `n` items.",0,null],[11,"shrink","","Shrinks range at both ends with 1 item.",0,null],[11,"intersect","","Intersects a range with another, where ends are excluded.",0,null],[11,"ends_intersect","","Intersects a range with another, where ends are included.",0,null]],"paths":[[3,"Range"]]}; initSearch(searchIndex);