Skip to content

Commit

Permalink
update std::jule::sema
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav committed Aug 8, 2023
1 parent d84bb81 commit 383484f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/standard-library/std-jule-sema.md
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,11 @@ Reports whether instance is built-in.
`fn is_anon(self): bool`\
Reports whether instance is anonymous function.

`fn get_kind_str(self, ident: bool): str` \
Returns kind string of function instance.
Appends identifier to kind of this instance.
Does not appends identifier of this instance to kind if self.decl is nil reference.

---

```
Expand Down

0 comments on commit 383484f

Please sign in to comment.