Branch: Tag:

2014-08-27

2014-08-27 14:35:21 by Stephen R. van den Berg <srb@cuci.nl>

Update doc.

3394:    init_string_builder_alloc(&str->str, sizeof(struct svalue), 0);    }    -  /*! @decl Buffer|void cut(int index, int|void end_or_none,void|int discard) +  /*! @decl Buffer|void cut(int start, int|void end, void|int discard)    *!    *! Cut and delete the range of data from the current buffer.    *! Returns a new buffer with the cut data, unless discard is true.