What is a string in racket?
What is a string in racket? Strings (Unicode) in The Racket Guide introduces strings. A string is a fixed-length array of characters. A string can be mutable or immutable. … when they have the same length and contain the same sequence of characters. A string can be used as a single-valued sequence (see Sequences).