lib/standard/string: Added methods prepend, append and insert_at to String interface...
authorLucas Bajolet <r4pass@hotmail.com>
Mon, 9 Jun 2014 15:40:27 +0000 (11:40 -0400)
committerLucas Bajolet <r4pass@hotmail.com>
Mon, 9 Jun 2014 15:58:51 +0000 (11:58 -0400)
commit5b12af0fc3869666bf87e8aca4b200804945bf1c
tree76ca3598949571bc32cb7344a132d48928587740
parentc031080683f956a061d646675853ce688e8e1bdb
lib/standard/string: Added methods prepend, append and insert_at to String interface and implementations.

Signed-off-by: Lucas Bajolet <r4pass@hotmail.com>
lib/standard/ropes.nit
lib/standard/string.nit
tests/sav/test_flatrope.res [new file with mode: 0644]
tests/test_flatrope.nit [new file with mode: 0644]