add •HashMap to documented standard system values & reorder them
This commit is contained in:
parent
d7c153286e
commit
839cadb221
@ -8,16 +8,13 @@ See [the BQN specification](https://mlochbaum.github.io/BQN/spec/system.html) fo
|
|||||||
| `•ReBQN` | Supported options: `repl`; `primitives`; `system` that's not `"safe"` |
|
| `•ReBQN` | Supported options: `repl`; `primitives`; `system` that's not `"safe"` |
|
||||||
| `•primitives` | |
|
| `•primitives` | |
|
||||||
| `•_while_` | |
|
| `•_while_` | |
|
||||||
| `•platform` | |
|
|
||||||
| `•Import` | |
|
| `•Import` | |
|
||||||
| `•FFI` | see [FFI](#ffi) |
|
|
||||||
| `•state` | |
|
| `•state` | |
|
||||||
| `•args` | |
|
| `•args` | |
|
||||||
| `•path` | |
|
| `•path` | |
|
||||||
| `•name` | |
|
| `•name` | |
|
||||||
| `•wdpath` | |
|
| `•wdpath` | |
|
||||||
| `•Exit` | |
|
| `•Exit` | |
|
||||||
| `•ns` | |
|
|
||||||
| `•file` | Fields: `path`, `At`, `List`, `Bytes`, `Chars`, `Lines`, `Type`, `Exists`, `Name`, `Parent`, `MapBytes`, `CreateDir`, `RealPath`, `Rename`, `Remove`, `Created`, `Modified`, `Accessed`, `Size` |
|
| `•file` | Fields: `path`, `At`, `List`, `Bytes`, `Chars`, `Lines`, `Type`, `Exists`, `Name`, `Parent`, `MapBytes`, `CreateDir`, `RealPath`, `Rename`, `Remove`, `Created`, `Modified`, `Accessed`, `Size` |
|
||||||
| `•FChars` | |
|
| `•FChars` | |
|
||||||
| `•FBytes` | |
|
| `•FBytes` | |
|
||||||
@ -25,13 +22,17 @@ See [the BQN specification](https://mlochbaum.github.io/BQN/spec/system.html) fo
|
|||||||
| `•Out` | |
|
| `•Out` | |
|
||||||
| `•Show` | |
|
| `•Show` | |
|
||||||
| `•Repr` | |
|
| `•Repr` | |
|
||||||
| `•ParseFloat` | Should exactly round floats with up to 17 significant digits, but won't necessarily round correctly with more |
|
|
||||||
| `•Fmt` | |
|
| `•Fmt` | |
|
||||||
|
| `•ParseFloat` | Should exactly round floats with up to 17 significant digits, but won't necessarily round correctly with more |
|
||||||
| `•term` | Fields: `Flush`, `RawMode`, `CharB`, `CharN`; has extensions |
|
| `•term` | Fields: `Flush`, `RawMode`, `CharB`, `CharN`; has extensions |
|
||||||
| `•SH` | See [•SH](#sh) |
|
| `•SH` | See [•SH](#sh) |
|
||||||
|
| `•FFI` | see [FFI](#ffi) |
|
||||||
|
| `•platform` | |
|
||||||
| `•Type` | |
|
| `•Type` | |
|
||||||
| `•Glyph` | |
|
| `•Glyph` | |
|
||||||
| `•Decompose` | |
|
| `•Decompose` | |
|
||||||
|
| `•ns` | |
|
||||||
|
| `•HashMap` | |
|
||||||
| `•UnixTime` | second-level precision |
|
| `•UnixTime` | second-level precision |
|
||||||
| `•MonoTime` | up to nanosecond level precision, depending on system support |
|
| `•MonoTime` | up to nanosecond level precision, depending on system support |
|
||||||
| `•Delay` | |
|
| `•Delay` | |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user