lib/rnrs/mutable-strings.ss
(library (rnrs mutable-strings (6))
 (export string-set! string-fill!)
 (import (core primitives)))