Core types utilities. More...
Collaboration diagram for Utility:Core types utilities.
Modules | |
| Updatable | |
| VersionInfo | |
| WeakRef | |
Classes | |
| struct | ICloneable |
| Objects that can be cloned implement this interface. More... | |
| struct | IComparable |
| Enables comparison to another object. More... | |
| struct | IConvertible |
| Enables conversion of the object to either Int, Float, or Bool type. More... | |
| struct | IErrorInfo |
| Contains detailed information about error. More... | |
| struct | IFreezable |
| Transforms a mutable object to an immutable object. More... | |