Previous chapter To contents Next chapter

Chapter 11, Modules for specific data types

There are a few modules that provide extra functions that operate specifically on one data type. These modules have the same name as the data type, but are capitalized so you can tell the difference. At the time of writing, the only such modules are String and Array, but more are expected to show up in the future.

11.1 String

11.2 Array


Previous chapter To contents Next chapter