Skip to content

Commit

Permalink
update std
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav committed Aug 13, 2023
1 parent 13f8771 commit 2c0aa6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/standard-library/std-jule-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ Compiler directives.
- `Derive`
- `Pass`
- `Build`
- `Namespace`

---

Expand Down
4 changes: 3 additions & 1 deletion src/standard-library/std-jule-sema.md
Original file line number Diff line number Diff line change
Expand Up @@ -1094,7 +1094,6 @@ Type alias.

```jule
struct TypeKind {
cpp_linked: bool
cpp_ident: str
kind: Kind
}
Expand All @@ -1107,6 +1106,9 @@ Type alias.

**Methods:**

`fn is_cpp_linked(self): bool`\
Reports whether type is cpp-linked kind.

`fn is_nil(self): bool`\
Reports whether kind is nil.

Expand Down

0 comments on commit 2c0aa6a

Please sign in to comment.