system.fields|fieldPairs for objects

This commit is contained in:
Araq
2013-02-18 17:23:26 +01:00
parent 8e9b39084c
commit d15981adbc
5 changed files with 170 additions and 37 deletions

View File

@@ -26,6 +26,8 @@ Library Additions
- Added ``system.unsafeNew`` to support hacky variable length objects.
- There is a new experimental mark&sweep GC which can be faster (or much
slower) than the default GC. Enable with ``--gc:markAndSweep``.
- ``system.fields`` and ``system.fieldPairs`` support ``object`` too; they
used to only suppor tuples.
Changes affecting backwards compatibility