Imports Types Procs Iterators Source Edit This module contains support for a rope data type. Ropes can represent very long strings efficiently; in particular, concatena...
Class Mechanics Building Constructor Class Mechanics In many class-oriented languages, the “standard library” provides a “stack” data structure (push, pop, etc.) as a Stack ...
类常量 类常量 Class constants 类常量 A constant has a name starting with an uppercase character. 常量的名称以大写字母开头。 It should be assigned a value at most once. 它应该最多赋值一次。 In the cu...