Browse thread
Strings
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2009-04-04 (21:39) |
From: | Goswin von Brederlow <goswin-v-b@w...> |
Subject: | Re: [Caml-list] Strings |
David Rajchenbach-Teller <David.Teller@ens-lyon.org> writes: > I personally can't remember the last time I've needed mutable strings in > OCaml. Only for byte arrays or a buffering module where I String.blit to the string itself instead of into a new string. Saves a mutable. MfG Goswin