Changes between Initial Version and Version 1 of CobraCore
- Timestamp:
- 11/22/12 00:30:55 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CobraCore
v1 v1 1 CobraCore is a class within Cobra's standard library (known as "Cobra.Core"). It is immediately accessible in Cobra code and contains numerous `shared` methods for various utility functions. 2 3 You can browse the source online to see the method signatures along with their doc strings, contracts and unit tests: http://cobra-language.com/trac/cobra/browser/cobra/trunk/Source/Cobra.Core/CobraCore.cobra 4 5 See also: LibraryTopics, EncodeAndDecode