Skip to content

Commit

Permalink
Document and streamline raku-coercion dispatcher
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Feb 6, 2024
1 parent e6fd943 commit 02bc10c
Show file tree
Hide file tree
Showing 2 changed files with 497 additions and 434 deletions.
5 changes: 5 additions & 0 deletions docs/dispatchers.md
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,11 @@ nqp::dispatch("raku-class-archetypes", $HOW, $object);
Returns a list of archetypes of the given $HOW and $object.

### raku-coercion
```
nqp::dispatch("raku-coercion", $coercion-type, $value);
```
Returns a coerced value for the given $coercion-type and $value.

### raku-find-meth
```
nqp::dispatch("raku-find-meth", $invocant, str $method, int $throw);
Expand Down
Loading

0 comments on commit 02bc10c

Please sign in to comment.