(library (rnrs mutable-strings)
  (export string-set!
          string-fill!)
  (import (scheme base)))