Skip to content

Commit 0eb9399

Browse files
committed
chore(stdlib): Regenerate markdown documentation
1 parent 9e309ba commit 0eb9399

File tree

13 files changed

+99
-99
lines changed

13 files changed

+99
-99
lines changed

stdlib/bytes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ assert bytes == b"\x00\x00\x00\x00\x00"
434434
### Bytes.**getChar**
435435

436436
<details disabled>
437-
<summary tabindex="-1">Added in <code>next</code></summary>
437+
<summary tabindex="-1">Added in <code>0.7.0</code></summary>
438438
No other changes yet.
439439
</details>
440440

@@ -477,7 +477,7 @@ assert Bytes.getChar(0, bytes) == 'H'
477477
### Bytes.**setChar**
478478

479479
<details disabled>
480-
<summary tabindex="-1">Added in <code>next</code></summary>
480+
<summary tabindex="-1">Added in <code>0.7.0</code></summary>
481481
No other changes yet.
482482
</details>
483483

stdlib/char.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ assert 'a' >= 'a'
452452
Utilities for working with ASCII characters.
453453

454454
<details disabled>
455-
<summary tabindex="-1">Added in <code>next</code></summary>
455+
<summary tabindex="-1">Added in <code>0.7.0</code></summary>
456456
No other changes yet.
457457
</details>
458458

@@ -467,7 +467,7 @@ Functions and constants included in the Char.Ascii module.
467467
#### Char.Ascii.**min**
468468

469469
<details disabled>
470-
<summary tabindex="-1">Added in <code>next</code></summary>
470+
<summary tabindex="-1">Added in <code>0.7.0</code></summary>
471471
No other changes yet.
472472
</details>
473473

@@ -480,7 +480,7 @@ The minimum valid ASCII character code.
480480
#### Char.Ascii.**max**
481481

482482
<details disabled>
483-
<summary tabindex="-1">Added in <code>next</code></summary>
483+
<summary tabindex="-1">Added in <code>0.7.0</code></summary>
484484
No other changes yet.
485485
</details>
486486

@@ -493,7 +493,7 @@ The maximum valid ASCII character code.
493493
#### Char.Ascii.**isValid**
494494

495495
<details disabled>
496-
<summary tabindex="-1">Added in <code>next</code></summary>
496+
<summary tabindex="-1">Added in <code>0.7.0</code></summary>
497497
No other changes yet.
498498
</details>
499499

@@ -532,7 +532,7 @@ assert !Char.Ascii.isValid('🌾')
532532
#### Char.Ascii.**isDigit**
533533

534534
<details>
535-
<summary>Added in <code>next</code></summary>
535+
<summary>Added in <code>0.7.0</code></summary>
536536
<table>
537537
<thead>
538538
<tr><th>version</th><th>changes</th></tr>
@@ -574,7 +574,7 @@ assert !Char.Ascii.isDigit('a')
574574
#### Char.Ascii.**isAlpha**
575575

576576
<details>
577-
<summary>Added in <code>next</code></summary>
577+
<summary>Added in <code>0.7.0</code></summary>
578578
<table>
579579
<thead>
580580
<tr><th>version</th><th>changes</th></tr>
@@ -616,7 +616,7 @@ assert !Char.Ascii.isAlpha('1')
616616
#### Char.Ascii.**isControl**
617617

618618
<details disabled>
619-
<summary tabindex="-1">Added in <code>next</code></summary>
619+
<summary tabindex="-1">Added in <code>0.7.0</code></summary>
620620
No other changes yet.
621621
</details>
622622

@@ -659,7 +659,7 @@ assert !Char.Ascii.isControl('a')
659659
#### Char.Ascii.**isWhitespace**
660660

661661
<details disabled>
662-
<summary tabindex="-1">Added in <code>next</code></summary>
662+
<summary tabindex="-1">Added in <code>0.7.0</code></summary>
663663
No other changes yet.
664664
</details>
665665

@@ -702,7 +702,7 @@ assert !Char.isWhitespace('a')
702702
#### Char.Ascii.**isPunctuation**
703703

704704
<details disabled>
705-
<summary tabindex="-1">Added in <code>next</code></summary>
705+
<summary tabindex="-1">Added in <code>0.7.0</code></summary>
706706
No other changes yet.
707707
</details>
708708

@@ -737,7 +737,7 @@ assert !Char.Ascii.isPunctuation('1')
737737
#### Char.Ascii.**isGraphic**
738738

739739
<details disabled>
740-
<summary tabindex="-1">Added in <code>next</code></summary>
740+
<summary tabindex="-1">Added in <code>0.7.0</code></summary>
741741
No other changes yet.
742742
</details>
743743

@@ -772,7 +772,7 @@ assert !Char.Ascii.isGraphic('\t')
772772
#### Char.Ascii.**toLowercase**
773773

774774
<details>
775-
<summary>Added in <code>next</code></summary>
775+
<summary>Added in <code>0.7.0</code></summary>
776776
<table>
777777
<thead>
778778
<tr><th>version</th><th>changes</th></tr>
@@ -810,7 +810,7 @@ assert Char.Ascii.toLowercase('B') == 'b'
810810
#### Char.Ascii.**toUppercase**
811811

812812
<details>
813-
<summary>Added in <code>next</code></summary>
813+
<summary>Added in <code>0.7.0</code></summary>
814814
<table>
815815
<thead>
816816
<tr><th>version</th><th>changes</th></tr>

stdlib/exception.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ throw ExampleError(1) // Error found on line: 1
6868
### Exception.**toString**
6969

7070
<details disabled>
71-
<summary tabindex="-1">Added in <code>next</code></summary>
71+
<summary tabindex="-1">Added in <code>0.7.0</code></summary>
7272
No other changes yet.
7373
</details>
7474

stdlib/float32.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ assert 10.0f / 4.0f == 2.5f
313313
### Float32.**(\*\*)**
314314

315315
<details disabled>
316-
<summary tabindex="-1">Added in <code>next</code></summary>
316+
<summary tabindex="-1">Added in <code>0.7.0</code></summary>
317317
No other changes yet.
318318
</details>
319319

@@ -516,7 +516,7 @@ assert 3.0f >= 3.0f
516516
### Float32.**isFinite**
517517

518518
<details disabled>
519-
<summary tabindex="-1">Added in <code>next</code></summary>
519+
<summary tabindex="-1">Added in <code>0.7.0</code></summary>
520520
No other changes yet.
521521
</details>
522522

@@ -658,7 +658,7 @@ Float32.isInfinite(1.0f) == false
658658
### Float32.**min**
659659

660660
<details disabled>
661-
<summary tabindex="-1">Added in <code>next</code></summary>
661+
<summary tabindex="-1">Added in <code>0.7.0</code></summary>
662662
No other changes yet.
663663
</details>
664664

@@ -690,7 +690,7 @@ Float32.min(5.0f, 2.0f) == 2.0f
690690
### Float32.**max**
691691

692692
<details disabled>
693-
<summary tabindex="-1">Added in <code>next</code></summary>
693+
<summary tabindex="-1">Added in <code>0.7.0</code></summary>
694694
No other changes yet.
695695
</details>
696696

@@ -792,7 +792,7 @@ Float32.neg(1.0f) == -1.0f
792792
### Float32.**ceil**
793793

794794
<details disabled>
795-
<summary tabindex="-1">Added in <code>next</code></summary>
795+
<summary tabindex="-1">Added in <code>0.7.0</code></summary>
796796
No other changes yet.
797797
</details>
798798

@@ -827,7 +827,7 @@ Float32.ceil(-5.5f) == -5.0f
827827
### Float32.**floor**
828828

829829
<details disabled>
830-
<summary tabindex="-1">Added in <code>next</code></summary>
830+
<summary tabindex="-1">Added in <code>0.7.0</code></summary>
831831
No other changes yet.
832832
</details>
833833

@@ -862,7 +862,7 @@ Float32.floor(-5.5f) == -6.0f
862862
### Float32.**trunc**
863863

864864
<details disabled>
865-
<summary tabindex="-1">Added in <code>next</code></summary>
865+
<summary tabindex="-1">Added in <code>0.7.0</code></summary>
866866
No other changes yet.
867867
</details>
868868

@@ -893,7 +893,7 @@ Float32.trunc(5.5f) == 5.0f
893893
### Float32.**round**
894894

895895
<details disabled>
896-
<summary tabindex="-1">Added in <code>next</code></summary>
896+
<summary tabindex="-1">Added in <code>0.7.0</code></summary>
897897
No other changes yet.
898898
</details>
899899

@@ -936,7 +936,7 @@ Float32.round(-5.4f) == -5.0f
936936
### Float32.**sqrt**
937937

938938
<details disabled>
939-
<summary tabindex="-1">Added in <code>next</code></summary>
939+
<summary tabindex="-1">Added in <code>0.7.0</code></summary>
940940
No other changes yet.
941941
</details>
942942

@@ -967,7 +967,7 @@ Float32.sqrt(25.0f) == 5.0f
967967
### Float32.**copySign**
968968

969969
<details disabled>
970-
<summary tabindex="-1">Added in <code>next</code></summary>
970+
<summary tabindex="-1">Added in <code>0.7.0</code></summary>
971971
No other changes yet.
972972
</details>
973973

@@ -1007,7 +1007,7 @@ Float32.copySign(-5.0f, 1.0f) == 5.0f
10071007
### Float32.**isClose**
10081008

10091009
<details disabled>
1010-
<summary tabindex="-1">Added in <code>next</code></summary>
1010+
<summary tabindex="-1">Added in <code>0.7.0</code></summary>
10111011
No other changes yet.
10121012
</details>
10131013

@@ -1071,7 +1071,7 @@ Float32.isClose(4.0f, 4.1f, relativeTolerance=0.024f) == false
10711071
### Float32.**sin**
10721072

10731073
<details disabled>
1074-
<summary tabindex="-1">Added in <code>next</code></summary>
1074+
<summary tabindex="-1">Added in <code>0.7.0</code></summary>
10751075
No other changes yet.
10761076
</details>
10771077

@@ -1102,7 +1102,7 @@ Float32.sin(0.0f) == 0.0f
11021102
### Float32.**cos**
11031103

11041104
<details disabled>
1105-
<summary tabindex="-1">Added in <code>next</code></summary>
1105+
<summary tabindex="-1">Added in <code>0.7.0</code></summary>
11061106
No other changes yet.
11071107
</details>
11081108

@@ -1133,7 +1133,7 @@ Float32.cos(0.0f) == 1.0f
11331133
### Float32.**tan**
11341134

11351135
<details disabled>
1136-
<summary tabindex="-1">Added in <code>next</code></summary>
1136+
<summary tabindex="-1">Added in <code>0.7.0</code></summary>
11371137
No other changes yet.
11381138
</details>
11391139

stdlib/float64.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ assert 25.0d / 4.0d == 6.25d
313313
### Float64.**(\*\*)**
314314

315315
<details disabled>
316-
<summary tabindex="-1">Added in <code>next</code></summary>
316+
<summary tabindex="-1">Added in <code>0.7.0</code></summary>
317317
No other changes yet.
318318
</details>
319319

@@ -516,7 +516,7 @@ assert -1.0d >= -1.0d
516516
### Float64.**isFinite**
517517

518518
<details disabled>
519-
<summary tabindex="-1">Added in <code>next</code></summary>
519+
<summary tabindex="-1">Added in <code>0.7.0</code></summary>
520520
No other changes yet.
521521
</details>
522522

@@ -658,7 +658,7 @@ Float64.isInfinite(1.0d) == false
658658
### Float64.**min**
659659

660660
<details disabled>
661-
<summary tabindex="-1">Added in <code>next</code></summary>
661+
<summary tabindex="-1">Added in <code>0.7.0</code></summary>
662662
No other changes yet.
663663
</details>
664664

@@ -690,7 +690,7 @@ Float64.min(5.0d, 2.0d) == 2.0d
690690
### Float64.**max**
691691

692692
<details disabled>
693-
<summary tabindex="-1">Added in <code>next</code></summary>
693+
<summary tabindex="-1">Added in <code>0.7.0</code></summary>
694694
No other changes yet.
695695
</details>
696696

@@ -792,7 +792,7 @@ Float64.neg(1.0d) == -1.0d
792792
### Float64.**ceil**
793793

794794
<details disabled>
795-
<summary tabindex="-1">Added in <code>next</code></summary>
795+
<summary tabindex="-1">Added in <code>0.7.0</code></summary>
796796
No other changes yet.
797797
</details>
798798

@@ -827,7 +827,7 @@ Float64.ceil(-5.5d) == -5.0d
827827
### Float64.**floor**
828828

829829
<details disabled>
830-
<summary tabindex="-1">Added in <code>next</code></summary>
830+
<summary tabindex="-1">Added in <code>0.7.0</code></summary>
831831
No other changes yet.
832832
</details>
833833

@@ -862,7 +862,7 @@ Float64.floor(-5.5d) == -6.0d
862862
### Float64.**trunc**
863863

864864
<details disabled>
865-
<summary tabindex="-1">Added in <code>next</code></summary>
865+
<summary tabindex="-1">Added in <code>0.7.0</code></summary>
866866
No other changes yet.
867867
</details>
868868

@@ -893,7 +893,7 @@ Float64.trunc(5.5d) == 5.0d
893893
### Float64.**round**
894894

895895
<details disabled>
896-
<summary tabindex="-1">Added in <code>next</code></summary>
896+
<summary tabindex="-1">Added in <code>0.7.0</code></summary>
897897
No other changes yet.
898898
</details>
899899

@@ -936,7 +936,7 @@ Float64.round(-5.4d) == -5.0d
936936
### Float64.**sqrt**
937937

938938
<details disabled>
939-
<summary tabindex="-1">Added in <code>next</code></summary>
939+
<summary tabindex="-1">Added in <code>0.7.0</code></summary>
940940
No other changes yet.
941941
</details>
942942

@@ -967,7 +967,7 @@ Float64.sqrt(25.0d) == 5.0d
967967
### Float64.**copySign**
968968

969969
<details disabled>
970-
<summary tabindex="-1">Added in <code>next</code></summary>
970+
<summary tabindex="-1">Added in <code>0.7.0</code></summary>
971971
No other changes yet.
972972
</details>
973973

@@ -1007,7 +1007,7 @@ Float64.copySign(-5.0d, 1.0d) == 5.0d
10071007
### Float64.**isClose**
10081008

10091009
<details disabled>
1010-
<summary tabindex="-1">Added in <code>next</code></summary>
1010+
<summary tabindex="-1">Added in <code>0.7.0</code></summary>
10111011
No other changes yet.
10121012
</details>
10131013

@@ -1071,7 +1071,7 @@ Float64.isClose(4.0d, 4.1d, relativeTolerance=0.024d) == false
10711071
### Float64.**sin**
10721072

10731073
<details disabled>
1074-
<summary tabindex="-1">Added in <code>next</code></summary>
1074+
<summary tabindex="-1">Added in <code>0.7.0</code></summary>
10751075
No other changes yet.
10761076
</details>
10771077

@@ -1102,7 +1102,7 @@ Float64.sin(0.0d) == 0.0d
11021102
### Float64.**cos**
11031103

11041104
<details disabled>
1105-
<summary tabindex="-1">Added in <code>next</code></summary>
1105+
<summary tabindex="-1">Added in <code>0.7.0</code></summary>
11061106
No other changes yet.
11071107
</details>
11081108

@@ -1133,7 +1133,7 @@ Float64.cos(0.0d) == 1.0d
11331133
### Float64.**tan**
11341134

11351135
<details disabled>
1136-
<summary tabindex="-1">Added in <code>next</code></summary>
1136+
<summary tabindex="-1">Added in <code>0.7.0</code></summary>
11371137
No other changes yet.
11381138
</details>
11391139

0 commit comments

Comments
 (0)