!_TAG_FILE_FORMAT	2	/extended format; --format=1 will not append ;" to lines/
!_TAG_FILE_SORTED	1	/0=unsorted, 1=sorted, 2=foldcase/
!_TAG_PROGRAM_AUTHOR	Darren Hiebert	/dhiebert@users.sourceforge.net/
!_TAG_PROGRAM_NAME	Exuberant Ctags	//
!_TAG_PROGRAM_URL	http://ctags.sourceforge.net	/official site/
!_TAG_PROGRAM_VERSION	5.9~svn20110310	//
Disassembly	dump.S	/^Disassembly of section .fini:$/;"	l
Disassembly	dump.S	/^Disassembly of section .init:$/;"	l
Disassembly	dump.S	/^Disassembly of section .plt:$/;"	l
Disassembly	dump.S	/^Disassembly of section .text:$/;"	l
TY_PRIMITIVE	target/doc/main.js	/^    var TY_PRIMITIVE = itemTypes.indexOf("primitive");$/;"	v
browserSupportsHistoryApi	target/doc/main.js	/^    function browserSupportsHistoryApi() {$/;"	f
getQueryStringParams	target/doc/main.js	/^    function getQueryStringParams() {$/;"	f
getVirtualKey	target/doc/main.js	/^    function getVirtualKey(ev) {$/;"	f
handleShortcut	target/doc/main.js	/^    function handleShortcut(ev) {$/;"	f
highlightSourceLines	target/doc/main.js	/^    function highlightSourceLines(ev) {$/;"	f
itemTypes	target/doc/main.js	/^    var itemTypes = ["mod",$/;"	v
items	target/doc/search-index.js	/^searchIndex['fwdlist'] = {"items":[[0,"","fwdlist","A simple forward linked list.",null,null],[3,"ListIntoIter","","Iterator consuming a list.",null,null],[3,"ListIter","","Read-only iterator over a list.",null,null],[3,"ListIterMut","","Mutable iterator over a list.",null,null],[3,"List","","A simply linked list.",null,null],[11,"new","","A new empty list.",0,{"inputs":[{"name":"list"}],"output":{"name":"list"}}],[11,"len","","The size of the list in O(1).",0,{"inputs":[{"name":"list"}],"output":{"name":"usize"}}],[11,"is_empty","","Returns true if list is empty in O(1);",0,{"inputs":[{"name":"list"}],"output":{"name":"bool"}}],[11,"push_front","","Push a new element at the front of the list in O(1).\\nCannot fails, only panic!\/OOM on memory exhaustion.",0,{"inputs":[{"name":"list"},{"name":"t"}],"output":null}],[11,"pop_front","","Pop a element from the front of the list in O(1).\\nReturns None if the list is empty.",0,{"inputs":[{"name":"list"}],"output":{"name":"option"}}],[11,"push_back","","Push an element at the end of the list in O(n).\\nCannot fails, only panic!\/OOM on memory exhaustion.",0,{"inputs":[{"name":"list"},{"name":"t"}],"output":null}],[11,"pop_back","","Pop an element from the end of the list in O(n).\\nReturns None if the list is empty.",0,{"inputs":[{"name":"list"}],"output":{"name":"option"}}],[11,"clear","","Clear the list in O(n).",0,{"inputs":[{"name":"list"}],"output":null}],[11,"front","","Returns a reference to the first element in the list.",0,{"inputs":[{"name":"list"}],"output":{"name":"option"}}],[11,"front_mut","","Returns a mutable reference to the first element in the list.",0,{"inputs":[{"name":"list"}],"output":{"name":"option"}}],[11,"back","","Returns a reference to the last element in the list.",0,{"inputs":[{"name":"list"}],"output":{"name":"option"}}],[11,"back_mut","","Returns a mutable reference to the last element in the list.",0,{"inputs":[{"name":"list"}],"output":{"name":"option"}}],[11,"append","","Moves all elements from `other` to the end of the list in O(self.len());",0,{"inputs":[{"name":"list"},{"name":"list"}],"output":null}],[11,"split_off","","Splits the list into two at the given index in O(at).",0,{"inputs":[{"name":"list"},{"name":"usize"}],"output":{"name":"list"}}],[11,"drop","","",0,{"inputs":[{"name":"list"}],"output":null}],[11,"default","","",0,{"inputs":[{"name":"list"}],"output":{"name":"list"}}],[11,"fmt","","",0,{"inputs":[{"name":"list"},{"name":"formatter"}],"output":{"name":"result"}}],[11,"clone","","",0,{"inputs":[{"name":"list"}],"output":{"name":"list"}}],[11,"clone_from","","",0,{"inputs":[{"name":"list"},{"name":"self"}],"output":null}],[11,"from_iter","","",0,{"inputs":[{"name":"list"},{"name":"i"}],"output":{"name":"list"}}],[11,"extend","","",0,{"inputs":[{"name":"list"},{"name":"i"}],"output":null}],[11,"hash","","",0,{"inputs":[{"name":"list"},{"name":"h"}],"output":null}],[11,"clone","","",1,{"inputs":[{"name":"listintoiter"}],"output":{"name":"listintoiter"}}],[11,"next","","",1,{"inputs":[{"name":"listintoiter"}],"output":{"name":"option"}}],[11,"size_hint","","",1,null],[11,"into_iter","","",0,{"inputs":[{"name":"list"}],"output":{"name":"intoiter"}}],[11,"clone","","",2,{"inputs":[{"name":"listiter"}],"output":{"name":"listiter"}}],[11,"iter","","Returns an iterator over the list yielding read-only references.",0,{"inputs":[{"name":"list"}],"output":{"name":"listiter"}}],[11,"next","","",2,{"inputs":[{"name":"listiter"}],"output":{"name":"option"}}],[11,"size_hint","","",2,null],[11,"peek_next","","Returns a reference to the next element, without moving the iterator.",3,{"inputs":[{"name":"listitermut"}],"output":{"name":"option"}}],[11,"peek_next_mut","","Returns a mutable reference to the next element, without moving the\\niterator.",3,{"inputs":[{"name":"listitermut"}],"output":{"name":"option"}}],[11,"insert_next","","Insert `v` just after the element most recently returned by `.next()` in\\nO(1).",3,{"inputs":[{"name":"listitermut"},{"name":"t"}],"output":null}],[11,"remove_next","","Remove the element after the one most recently returned by `.next()` in\\nO(1);",3,{"inputs":[{"name":"listitermut"}],"output":{"name":"option"}}],[11,"truncate_next","","Truncate the list right after the element most recently return by\\n`.next()` in O(1).",3,{"inputs":[{"name":"listitermut"}],"output":{"name":"list"}}],[11,"iter_mut","","Returns an iterator over the list yielding mutable references.",0,{"inputs":[{"name":"list"}],"output":{"name":"listitermut"}}],[11,"next","","",3,{"inputs":[{"name":"listitermut"}],"output":{"name":"option"}}],[11,"size_hint","","",3,null],[11,"cursor","","",0,{"inputs":[{"name":"list"}],"output":{"name":"cursor"}}]],"paths":[[3,"List"],[3,"ListIntoIter"],[3,"ListIter"],[3,"ListIterMut"]]};$/;"	p	class:searchIndex
searchIndex	target/doc/search-index.js	/^var searchIndex = {};$/;"	v
