<feed xmlns='http://www.w3.org/2005/Atom'>
<title>c_utils/collections/vector, branch maps</title>
<subtitle>Basic c utility functions/data structures.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.tuckerevans.com/projects/c_utils/'/>
<entry>
<title>Add reserve function to vectors</title>
<updated>2020-07-05T03:14:34+00:00</updated>
<author>
<name>Tucker Evans</name>
<email>tucker@tuckerevans.com</email>
</author>
<published>2020-07-05T02:17:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tuckerevans.com/projects/c_utils/commit/?id=5fa1551b4a0acc28d5c656479806511ab0c81a18'/>
<id>5fa1551b4a0acc28d5c656479806511ab0c81a18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix vector print function now frees string representations</title>
<updated>2020-07-05T03:14:25+00:00</updated>
<author>
<name>Tucker Evans</name>
<email>tucker@tuckerevans.com</email>
</author>
<published>2020-07-05T02:07:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tuckerevans.com/projects/c_utils/commit/?id=8aa9f42d914a453a0570752ee292b9a9cfcae9d6'/>
<id>8aa9f42d914a453a0570752ee292b9a9cfcae9d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add truncate to vectors</title>
<updated>2020-07-05T03:14:20+00:00</updated>
<author>
<name>Tucker Evans</name>
<email>tucker@tuckerevans.com</email>
</author>
<published>2020-07-05T02:06:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tuckerevans.com/projects/c_utils/commit/?id=8874cf97227139ed10e75fe13108988b45492172'/>
<id>8874cf97227139ed10e75fe13108988b45492172</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add remove function for vectors</title>
<updated>2020-07-05T03:14:13+00:00</updated>
<author>
<name>Tucker Evans</name>
<email>tucker@tuckerevans.com</email>
</author>
<published>2020-07-04T03:57:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tuckerevans.com/projects/c_utils/commit/?id=a1d4279c40612e6f98564db43192929b41c59d40'/>
<id>a1d4279c40612e6f98564db43192929b41c59d40</id>
<content type='text'>
Removes element at an index.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removes element at an index.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add insert function for vectors</title>
<updated>2020-07-05T03:13:34+00:00</updated>
<author>
<name>Tucker Evans</name>
<email>tucker@tuckerevans.com</email>
</author>
<published>2020-07-04T03:49:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tuckerevans.com/projects/c_utils/commit/?id=e6af2f70ec910ee8cb3813fa1e5b1c7d6e3ead60'/>
<id>e6af2f70ec910ee8cb3813fa1e5b1c7d6e3ead60</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bounds checking for vector pop</title>
<updated>2020-07-05T03:11:47+00:00</updated>
<author>
<name>Tucker Evans</name>
<email>tucker@tuckerevans.com</email>
</author>
<published>2020-07-03T05:18:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tuckerevans.com/projects/c_utils/commit/?id=a691f4d4b0a57d62eb792e6ede0c0fa5334e3e61'/>
<id>a691f4d4b0a57d62eb792e6ede0c0fa5334e3e61</id>
<content type='text'>
Would have failed given a negative index.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Would have failed given a negative index.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add swap_pop function for vectors</title>
<updated>2020-07-05T03:11:41+00:00</updated>
<author>
<name>Tucker Evans</name>
<email>tucker@tuckerevans.com</email>
</author>
<published>2020-07-03T05:18:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tuckerevans.com/projects/c_utils/commit/?id=1a41fe605ab6bde15f622e72abb7aee846531fcf'/>
<id>1a41fe605ab6bde15f622e72abb7aee846531fcf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add swap function to vectors</title>
<updated>2020-07-05T03:10:28+00:00</updated>
<author>
<name>Tucker Evans</name>
<email>tucker@tuckerevans.com</email>
</author>
<published>2020-07-03T05:05:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tuckerevans.com/projects/c_utils/commit/?id=72cb2e77024970509ff403670f9e4245bcefebd6'/>
<id>72cb2e77024970509ff403670f9e4245bcefebd6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add set index function for vectors</title>
<updated>2020-07-05T03:10:16+00:00</updated>
<author>
<name>Tucker Evans</name>
<email>tucker@tuckerevans.com</email>
</author>
<published>2020-07-03T04:57:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tuckerevans.com/projects/c_utils/commit/?id=b253b373ea74539a0f29a88ac2be728aa8158d2a'/>
<id>b253b373ea74539a0f29a88ac2be728aa8158d2a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add back function to vectors</title>
<updated>2020-07-05T02:58:10+00:00</updated>
<author>
<name>Tucker Evans</name>
<email>tucker@tuckerevans.com</email>
</author>
<published>2020-07-03T04:52:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tuckerevans.com/projects/c_utils/commit/?id=f900066b813fac2f34798c39f16dacda9a878610'/>
<id>f900066b813fac2f34798c39f16dacda9a878610</id>
<content type='text'>
back() returns the element in the last position without removing it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
back() returns the element in the last position without removing it.
</pre>
</div>
</content>
</entry>
</feed>
