var searchIndex = {}; searchIndex["eetf"] = {"doc":"Library for encoding/decoding Erlang External Term Format.","items":[[3,"Atom","eetf","Atom.",null,null],[12,"name","","The name of the atom.",0,null],[3,"FixInteger","","Fixed width integer.",null,null],[12,"value","","The value of the integer",1,null],[3,"BigInteger","","Multiple precision integer.",null,null],[12,"value","","The value of the integer",2,null],[3,"Float","","Floating point number",null,null],[12,"value","","The value of the number",3,null],[3,"Pid","","Process Identifier.",null,null],[12,"node","","",4,null],[12,"id","","",4,null],[12,"serial","","",4,null],[12,"creation","","",4,null],[3,"Port","","Port.",null,null],[12,"node","","",5,null],[12,"id","","",5,null],[12,"creation","","",5,null],[3,"Reference","","Reference.",null,null],[12,"node","","",6,null],[12,"id","","",6,null],[12,"creation","","",6,null],[3,"ExternalFun","","External Function.",null,null],[12,"module","","",7,null],[12,"function","","",7,null],[12,"arity","","",7,null],[3,"Binary","","Binary.",null,null],[12,"bytes","","",8,null],[3,"BitBinary","","Bit string.",null,null],[12,"bytes","","",9,null],[12,"tail_bits_size","","",9,null],[3,"List","","List.",null,null],[12,"elements","","",10,null],[3,"ImproperList","","Improper list.",null,null],[12,"elements","","",11,null],[12,"last","","",11,null],[3,"Tuple","","Tuple.",null,null],[12,"elements","","",12,null],[3,"Map","","Map.",null,null],[12,"entries","","",13,null],[4,"EncodeError","","Errors which can occur when encoding a term",null,null],[13,"Io","","",14,null],[13,"TooLongAtomName","","",14,null],[13,"TooLargeInteger","","",14,null],[13,"TooLargeReferenceId","","",14,null],[4,"DecodeError","","Errors which can occur when decoding a term",null,null],[13,"Io","","",15,null],[13,"UnsupportedVersion","","",15,null],[12,"version","eetf::DecodeError","",15,null],[13,"UnknownTag","eetf","",15,null],[12,"tag","eetf::DecodeError","",15,null],[13,"UnexpectedType","eetf","",15,null],[12,"value","eetf::DecodeError","",15,null],[12,"expected","","",15,null],[13,"OutOfRange","eetf","",15,null],[12,"value","eetf::DecodeError","",15,null],[12,"range","","",15,null],[4,"Term","eetf","Term.",null,null],[13,"Atom","","",16,null],[13,"FixInteger","","",16,null],[13,"BigInteger","","",16,null],[13,"Float","","",16,null],[13,"Pid","","",16,null],[13,"Port","","",16,null],[13,"Reference","","",16,null],[13,"ExternalFun","","",16,null],[13,"InternalFun","","",16,null],[13,"Binary","","",16,null],[13,"BitBinary","","",16,null],[13,"List","","",16,null],[13,"ImproperList","","",16,null],[13,"Tuple","","",16,null],[13,"Map","","",16,null],[4,"InternalFun","","Internal Function.",null,null],[13,"Old","","Old representation.",17,null],[12,"module","eetf::InternalFun","",17,null],[12,"pid","","",17,null],[12,"free_vars","","",17,null],[12,"index","","",17,null],[12,"uniq","","",17,null],[13,"New","eetf","New representation.",17,null],[12,"module","eetf::InternalFun","",17,null],[12,"arity","","",17,null],[12,"pid","","",17,null],[12,"free_vars","","",17,null],[12,"index","","",17,null],[12,"uniq","","",17,null],[12,"old_index","","",17,null],[12,"old_uniq","","",17,null],[11,"fmt","eetf","",15,null],[11,"fmt","","",15,null],[11,"description","","",15,null],[11,"cause","","",15,null],[11,"from","","",15,{"inputs":[{"name":"error"}],"output":{"name":"decodeerror"}}],[11,"fmt","","",14,null],[11,"fmt","","",14,null],[11,"description","","",14,null],[11,"cause","","",14,null],[11,"from","","",14,{"inputs":[{"name":"error"}],"output":{"name":"encodeerror"}}],[6,"EncodeResult","","",null,null],[6,"DecodeResult","","",null,null],[11,"clone","","",16,null],[11,"eq","","",16,null],[11,"ne","","",16,null],[11,"fmt","","",16,null],[11,"decode","","Decodes a term.",16,{"inputs":[{"name":"r"}],"output":{"name":"decoderesult"}}],[11,"encode","","Encodes the term.",16,null],[11,"as_atom","","Extracts the atom value if it is an atom term.",16,null],[11,"into_atom","","Converts the term to the atom value if it is an atom term.",16,null],[11,"as_fix_integer","","Extracts the fix integer value if it is a fix integer term.",16,null],[11,"into_fix_integer","","Converts the term to the fix integer value if it is a fix integer term.",16,null],[11,"as_big_integer","","Extracts the big integer value if it is a big integer term.",16,null],[11,"into_big_integer","","Converts the term to the big integer value if it is a big integer term.",16,null],[11,"as_float","","Extracts the float value if it is a float term.",16,null],[11,"into_float","","Converts the term to the float value if it is a float term.",16,null],[11,"as_pid","","Extracts the pid value if it is a pid term.",16,null],[11,"into_pid","","Converts the term to the pid value if it is a pid term.",16,null],[11,"as_port","","Extracts the port value if it is a port term.",16,null],[11,"into_port","","Converts the term to the port value if it is a port term.",16,null],[11,"as_reference","","Extracts the reference value if it is a reference term.",16,null],[11,"into_reference","","Converts the term to the reference value if it is a reference term.",16,null],[11,"as_external_fun","","Extracts the external functionif it is an external function term.",16,null],[11,"into_external_fun","","Converts the term to the external function if it is an external function term.",16,null],[11,"as_internal_fun","","Extracts the internal function if it is an internal function term.",16,null],[11,"into_internal_fun","","Converts the term to the internal function if it is an internal function term.",16,null],[11,"as_binary","","Extracts the binary value if it is a binary term.",16,null],[11,"into_binary","","Converts the term to the binary value if it is a binary term.",16,null],[11,"as_bit_binary","","Extracts the bitstring value if it is a bitstring term.",16,null],[11,"into_bit_binary","","Converts the term to the bitstring value if it is a bitstring term.",16,null],[11,"as_list","","Extracts the list value if it is a list term.",16,null],[11,"into_list","","Converts the term to the list value if it is a list term.",16,null],[11,"as_improper_list","","Extracts the improper list value if it is an improper list term.",16,null],[11,"into_improper_list","","Converts the term to the improper list value if it is an improper list term.",16,null],[11,"as_tuple","","Extracts the tuple value if it is a tuple term.",16,null],[11,"into_tuple","","Converts the term to the tuple value if it is a tuple term.",16,null],[11,"as_map","","Extracts the map value if it is a map term.",16,null],[11,"into_map","","Converts the term to the map value if it is a map term.",16,null],[11,"fmt","","",16,null],[11,"from","","",16,{"inputs":[{"name":"atom"}],"output":{"name":"self"}}],[11,"from","","",16,{"inputs":[{"name":"fixinteger"}],"output":{"name":"self"}}],[11,"from","","",16,{"inputs":[{"name":"biginteger"}],"output":{"name":"self"}}],[11,"from","","",16,{"inputs":[{"name":"float"}],"output":{"name":"self"}}],[11,"from","","",16,{"inputs":[{"name":"pid"}],"output":{"name":"self"}}],[11,"from","","",16,{"inputs":[{"name":"port"}],"output":{"name":"self"}}],[11,"from","","",16,{"inputs":[{"name":"reference"}],"output":{"name":"self"}}],[11,"from","","",16,{"inputs":[{"name":"externalfun"}],"output":{"name":"self"}}],[11,"from","","",16,{"inputs":[{"name":"internalfun"}],"output":{"name":"self"}}],[11,"from","","",16,{"inputs":[{"name":"binary"}],"output":{"name":"self"}}],[11,"from","","",16,{"inputs":[{"name":"bitbinary"}],"output":{"name":"self"}}],[11,"from","","",16,{"inputs":[{"name":"list"}],"output":{"name":"self"}}],[11,"from","","",16,{"inputs":[{"name":"improperlist"}],"output":{"name":"self"}}],[11,"from","","",16,{"inputs":[{"name":"tuple"}],"output":{"name":"self"}}],[11,"from","","",16,{"inputs":[{"name":"map"}],"output":{"name":"self"}}],[11,"clone","","",0,null],[11,"eq","","",0,null],[11,"ne","","",0,null],[11,"fmt","","",0,null],[11,"fmt","","",0,null],[11,"from","","",0,{"inputs":[{"name":"str"}],"output":{"name":"self"}}],[11,"clone","","",1,null],[11,"eq","","",1,null],[11,"ne","","",1,null],[11,"fmt","","",1,null],[11,"fmt","","",1,null],[11,"from","","",1,{"inputs":[{"name":"i32"}],"output":{"name":"self"}}],[11,"clone","","",2,null],[11,"eq","","",2,null],[11,"ne","","",2,null],[11,"fmt","","",2,null],[11,"fmt","","",2,null],[11,"from","","",2,{"inputs":[{"name":"i64"}],"output":{"name":"self"}}],[11,"from","","",2,{"inputs":[{"name":"fixinteger"}],"output":{"name":"self"}}],[11,"clone","","",3,null],[11,"eq","","",3,null],[11,"ne","","",3,null],[11,"fmt","","",3,null],[11,"fmt","","",3,null],[11,"from","","",3,{"inputs":[{"name":"f64"}],"output":{"name":"self"}}],[11,"clone","","",4,null],[11,"eq","","",4,null],[11,"ne","","",4,null],[11,"fmt","","",4,null],[11,"fmt","","",4,null],[11,"from","","",4,null],[11,"clone","","",5,null],[11,"eq","","",5,null],[11,"ne","","",5,null],[11,"fmt","","",5,null],[11,"fmt","","",5,null],[11,"from","","",5,null],[11,"clone","","",6,null],[11,"eq","","",6,null],[11,"ne","","",6,null],[11,"fmt","","",6,null],[11,"fmt","","",6,null],[11,"from","","",6,null],[11,"from","","",6,null],[11,"clone","","",7,null],[11,"eq","","",7,null],[11,"ne","","",7,null],[11,"fmt","","",7,null],[11,"fmt","","",7,null],[11,"from","","",7,null],[11,"clone","","",17,null],[11,"eq","","",17,null],[11,"ne","","",17,null],[11,"fmt","","",17,null],[11,"fmt","","",17,null],[11,"clone","","",8,null],[11,"eq","","",8,null],[11,"ne","","",8,null],[11,"fmt","","",8,null],[11,"fmt","","",8,null],[11,"from","","",8,null],[11,"from","","",8,{"inputs":[{"name":"vec"}],"output":{"name":"self"}}],[11,"clone","","",9,null],[11,"eq","","",9,null],[11,"ne","","",9,null],[11,"fmt","","",9,null],[11,"fmt","","",9,null],[11,"from","","",9,{"inputs":[{"name":"binary"}],"output":{"name":"self"}}],[11,"from","","",9,null],[11,"clone","","",10,null],[11,"eq","","",10,null],[11,"ne","","",10,null],[11,"fmt","","",10,null],[11,"nil","","Returns a nil value (i.e., an empty list).",10,{"inputs":[],"output":{"name":"self"}}],[11,"is_nil","","Returns `true` if it is nil value, otherwise `false`.",10,null],[11,"fmt","","",10,null],[11,"from","","",10,{"inputs":[{"name":"vec"}],"output":{"name":"self"}}],[11,"clone","","",11,null],[11,"eq","","",11,null],[11,"ne","","",11,null],[11,"fmt","","",11,null],[11,"fmt","","",11,null],[11,"from","","",11,null],[11,"clone","","",12,null],[11,"eq","","",12,null],[11,"ne","","",12,null],[11,"fmt","","",12,null],[11,"nil","","",12,{"inputs":[],"output":{"name":"self"}}],[11,"fmt","","",12,null],[11,"from","","",12,{"inputs":[{"name":"vec"}],"output":{"name":"self"}}],[11,"clone","","",13,null],[11,"eq","","",13,null],[11,"ne","","",13,null],[11,"fmt","","",13,null],[11,"fmt","","",13,null],[11,"from","","",13,{"inputs":[{"name":"vec"}],"output":{"name":"self"}}]],"paths":[[3,"Atom"],[3,"FixInteger"],[3,"BigInteger"],[3,"Float"],[3,"Pid"],[3,"Port"],[3,"Reference"],[3,"ExternalFun"],[3,"Binary"],[3,"BitBinary"],[3,"List"],[3,"ImproperList"],[3,"Tuple"],[3,"Map"],[4,"EncodeError"],[4,"DecodeError"],[4,"Term"],[4,"InternalFun"]]}; initSearch(searchIndex);