Skip to content

Commit 30478ef

Browse files
committed
update std::comptime
1 parent 0ebf6f8 commit 30478ef

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

src/std/comptime.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,6 @@ Returns compile-time value information. Cannot assign to memory, just available
1616

1717
---
1818

19-
```jule
20-
fn Match(EXPR|TYPE): comptimeMatch
21-
```
22-
Returns compile-time wrapper for compile-time matching.
23-
Supports only expressions and `comptimeTypeInfo`.
24-
25-
---
26-
2719
```jule
2820
fn TypeAlias(ident, t)
2921
```
@@ -53,13 +45,6 @@ Returns file wrappers for source files of package which is this function called.
5345

5446
## Structures
5547

56-
```jule
57-
struct comptimeMatch
58-
```
59-
Private compile-time wrapper for compile-time matching.
60-
61-
---
62-
6348
```jule
6449
struct comptimeTypeInfos
6550
```

0 commit comments

Comments
 (0)