54949cb577
The namespace::clean pragma removes all previously declared or imported symbols at the end of the current packages compile cycle. Functions called in the package itself will still be bound by their name, but they won't show up as methods on the class or its instances.
5 lines
270 B
Plaintext
5 lines
270 B
Plaintext
The namespace::clean pragma removes all previously declared or imported
|
|
symbols at the end of the current packages compile cycle. Functions
|
|
called in the package itself will still be bound by their name, but they
|
|
won't show up as methods on the class or its instances.
|