Skip to content

Commit 467c158

Browse files
committed
Document hlllist, hllhash
1 parent 62b3b79 commit 467c158

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/ops.markdown

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,8 @@ For generating an abstract tree that includes opcodes, see [docs/qast.markdown](
362362
- [HLL-Specific Operations](#-hll-specific-operations)
363363
* [hllbool](#hllbool)
364364
* [hllboxtype](#hllboxtype)
365+
* [hllhash](#hllhash-moar-jvm)
366+
* [hlllist](#hlllist-moar-jvm)
365367
- [Atomic Operations](#-atomic-operations)
366368
* [cas `moar`](#cas-moar)
367369
* [cas_i `moar`](#cas_i-moar)
@@ -3117,6 +3119,18 @@ Ignores any args passed and returns the HLL specific type
31173119
objects for each basic type. For Raku, this maps to ```Int```,
31183120
```Num```, and ```Str```.
31193121

3122+
## hllhash `moar` `jvm`
3123+
* `hllhash(Mu)`
3124+
3125+
Returns an empty instance of the HLL's hash type.
3126+
Ignores optional argument.
3127+
3128+
## hlllist `moar` `jvm`
3129+
* `hlllist(Mu)`
3130+
3131+
Returns an empty instance of the HLL's list type.
3132+
Ignores optional argument.
3133+
31203134
# <a id="atomic"></a> Atomic Operations
31213135

31223136
## cas `moar`

0 commit comments

Comments
 (0)