Skip to content

Commit

Permalink
update std::comptime
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav committed Sep 26, 2024
1 parent 0ebf6f8 commit 30478ef
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/std/comptime.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@ Returns compile-time value information. Cannot assign to memory, just available

---

```jule
fn Match(EXPR|TYPE): comptimeMatch
```
Returns compile-time wrapper for compile-time matching.
Supports only expressions and `comptimeTypeInfo`.

---

```jule
fn TypeAlias(ident, t)
```
Expand Down Expand Up @@ -53,13 +45,6 @@ Returns file wrappers for source files of package which is this function called.

## Structures

```jule
struct comptimeMatch
```
Private compile-time wrapper for compile-time matching.

---

```jule
struct comptimeTypeInfos
```
Expand Down

0 comments on commit 30478ef

Please sign in to comment.