diff options
| author | Andrey Konovalov <andreyknvl@google.com> | 2016-09-15 13:45:06 +0200 |
|---|---|---|
| committer | Andrey Konovalov <andreyknvl@google.com> | 2016-09-19 16:16:24 +0200 |
| commit | f41935d53ff6271e8c2a9022f41b99ccee9b634b (patch) | |
| tree | 881e9441318a2be9ef7f20bff33ffcc1aa05e97a /sys/README.md | |
| parent | 9decc82111be1754889e46944a6c6bfdfefdbeb7 (diff) | |
Allow range sized arrays
Diffstat (limited to 'sys/README.md')
| -rw-r--r-- | sys/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/README.md b/sys/README.md index 46c0a1a59..1355ad4f8 100644 --- a/sys/README.md +++ b/sys/README.md @@ -45,7 +45,7 @@ rest of the type-options are type-specific: "ptr": a pointer to an object, type-options: type of the object; direction (in/out/inout) "array": a variable/fixed-length array, type-options: - type of elements, optional size for fixed-length arrays + type of elements, optional size (fixed "5", or ranged "5:10", boundaries inclusive) "intN"/"intptr": an integer without a particular meaning, type-options: range of values (e.g. "5:10", or "-100:200", optional) ``` |
