Skip to content

Commit

Permalink
update docs for commit ce8f6214
Browse files Browse the repository at this point in the history
  • Loading branch information
vlang-bot committed Oct 18, 2024
1 parent fdaffce commit 4cf37d9
Show file tree
Hide file tree
Showing 51 changed files with 196 additions and 189 deletions.
8 changes: 4 additions & 4 deletions appendix-i-keywords.html
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ <h1 class="main">Appendix I: Keywords</h1>
<div class="edit-info">
<div class="edit-link">
<a class="link edit-link-button"
href="https://github.com/vlang/v/edit/master/doc/docs.md#L7980"
href="https://github.com/vlang/v/edit/master/doc/docs.md#L7984"
target="_blank" rel="noreferrer">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"
class="edit-link-icon">
Expand All @@ -326,9 +326,9 @@ <h1 class="main">Appendix I: Keywords</h1>
</a>
</div>
<div class="last-updated">
<time datetime="2024-10-18T08:02:25.757Z">Last updated:
2024-10-18 11:02:25, V Commit: <a
href="https://github.com/vlang/v/commit/decea1b1884564f5ed41aa5da3e58005938d8e2a">decea1b</a></time>
<time datetime="2024-10-18T08:22:31.498Z">Last updated:
2024-10-18 11:22:31, V Commit: <a
href="https://github.com/vlang/v/commit/ce8f62146b1ec9d6efd264d893ca744c38add833">ce8f621</a></time>
</div>
</div>

Expand Down
8 changes: 4 additions & 4 deletions appendix-ii-operators.html
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ <h1 class="main">Appendix II: Operators</h1>
<div class="edit-info">
<div class="edit-link">
<a class="link edit-link-button"
href="https://github.com/vlang/v/edit/master/doc/docs.md#L8033"
href="https://github.com/vlang/v/edit/master/doc/docs.md#L8037"
target="_blank" rel="noreferrer">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"
class="edit-link-icon">
Expand All @@ -315,9 +315,9 @@ <h1 class="main">Appendix II: Operators</h1>
</a>
</div>
<div class="last-updated">
<time datetime="2024-10-18T08:02:25.759Z">Last updated:
2024-10-18 11:02:25, V Commit: <a
href="https://github.com/vlang/v/commit/decea1b1884564f5ed41aa5da3e58005938d8e2a">decea1b</a></time>
<time datetime="2024-10-18T08:22:31.498Z">Last updated:
2024-10-18 11:22:31, V Commit: <a
href="https://github.com/vlang/v/commit/ce8f62146b1ec9d6efd264d893ca744c38add833">ce8f621</a></time>
</div>
</div>

Expand Down
6 changes: 5 additions & 1 deletion assets/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,10 @@ println(country[0]) // Output: 78
println(country[0].ascii_str()) // Output: N
```

If you want the code point from a specific `string` index or other more advanced
utf8 processing and conversions, refer to the
[vlib/encoding.utf8](https://modules.vlang.io/encoding.utf8.html) module.

Both single and double quotes can be used to denote strings. For consistency, `vfmt` converts double
quotes to single quotes unless the string contains a single quote character.

Expand Down Expand Up @@ -783,7 +787,7 @@ and related modules [strings](https://modules.vlang.io/strings.html),

### Runes

A `rune` represents a single Unicode character and is an alias for `u32`.
A `rune` represents a single UTF-32 encoded Unicode character and is an alias for `u32`.
To denote them, use <code>`</code> (backticks) :

```v
Expand Down
8 changes: 4 additions & 4 deletions atomics.html
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ <h1 class="main">Atomics</h1>
<div class="edit-info">
<div class="edit-link">
<a class="link edit-link-button"
href="https://github.com/vlang/v/edit/master/doc/docs.md#L7099"
href="https://github.com/vlang/v/edit/master/doc/docs.md#L7103"
target="_blank" rel="noreferrer">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"
class="edit-link-icon">
Expand All @@ -359,9 +359,9 @@ <h1 class="main">Atomics</h1>
</a>
</div>
<div class="last-updated">
<time datetime="2024-10-18T08:02:25.702Z">Last updated:
2024-10-18 11:02:25, V Commit: <a
href="https://github.com/vlang/v/commit/decea1b1884564f5ed41aa5da3e58005938d8e2a">decea1b</a></time>
<time datetime="2024-10-18T08:22:31.442Z">Last updated:
2024-10-18 11:22:31, V Commit: <a
href="https://github.com/vlang/v/commit/ce8f62146b1ec9d6efd264d893ca744c38add833">ce8f621</a></time>
</div>
</div>

Expand Down
8 changes: 4 additions & 4 deletions attributes.html
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ <h1 class="main">Attributes</h1>
<div class="edit-info">
<div class="edit-link">
<a class="link edit-link-button"
href="https://github.com/vlang/v/edit/master/doc/docs.md#L5588"
href="https://github.com/vlang/v/edit/master/doc/docs.md#L5592"
target="_blank" rel="noreferrer">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"
class="edit-link-icon">
Expand All @@ -500,9 +500,9 @@ <h1 class="main">Attributes</h1>
</a>
</div>
<div class="last-updated">
<time datetime="2024-10-18T08:02:25.584Z">Last updated:
2024-10-18 11:02:25, V Commit: <a
href="https://github.com/vlang/v/commit/decea1b1884564f5ed41aa5da3e58005938d8e2a">decea1b</a></time>
<time datetime="2024-10-18T08:22:31.323Z">Last updated:
2024-10-18 11:22:31, V Commit: <a
href="https://github.com/vlang/v/commit/ce8f62146b1ec9d6efd264d893ca744c38add833">ce8f621</a></time>
</div>
</div>

Expand Down
8 changes: 4 additions & 4 deletions builtin-functions.html
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ <h2 id="dumping-expressions-at-runtime">Dumping expressions at runtime <a href="
<div class="edit-info">
<div class="edit-link">
<a class="link edit-link-button"
href="https://github.com/vlang/v/edit/master/doc/docs.md#L3150"
href="https://github.com/vlang/v/edit/master/doc/docs.md#L3154"
target="_blank" rel="noreferrer">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"
class="edit-link-icon">
Expand All @@ -361,9 +361,9 @@ <h2 id="dumping-expressions-at-runtime">Dumping expressions at runtime <a href="
</a>
</div>
<div class="last-updated">
<time datetime="2024-10-18T08:02:25.411Z">Last updated:
2024-10-18 11:02:25, V Commit: <a
href="https://github.com/vlang/v/commit/decea1b1884564f5ed41aa5da3e58005938d8e2a">decea1b</a></time>
<time datetime="2024-10-18T08:22:31.146Z">Last updated:
2024-10-18 11:22:31, V Commit: <a
href="https://github.com/vlang/v/commit/ce8f62146b1ec9d6efd264d893ca744c38add833">ce8f621</a></time>
</div>
</div>

Expand Down
8 changes: 4 additions & 4 deletions call-stack.html
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ <h1 class="main">Call stack</h1>
<div class="edit-info">
<div class="edit-link">
<a class="link edit-link-button"
href="https://github.com/vlang/v/edit/master/doc/docs.md#L6576"
href="https://github.com/vlang/v/edit/master/doc/docs.md#L6580"
target="_blank" rel="noreferrer">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"
class="edit-link-icon">
Expand All @@ -308,9 +308,9 @@ <h1 class="main">Call stack</h1>
</a>
</div>
<div class="last-updated">
<time datetime="2024-10-18T08:02:25.662Z">Last updated:
2024-10-18 11:02:25, V Commit: <a
href="https://github.com/vlang/v/commit/decea1b1884564f5ed41aa5da3e58005938d8e2a">decea1b</a></time>
<time datetime="2024-10-18T08:22:31.402Z">Last updated:
2024-10-18 11:22:31, V Commit: <a
href="https://github.com/vlang/v/commit/ce8f62146b1ec9d6efd264d893ca744c38add833">ce8f621</a></time>
</div>
</div>

Expand Down
6 changes: 3 additions & 3 deletions comments.html
Original file line number Diff line number Diff line change
Expand Up @@ -285,9 +285,9 @@ <h1 class="main">Comments</h1>
</a>
</div>
<div class="last-updated">
<time datetime="2024-10-18T08:02:25.152Z">Last updated:
2024-10-18 11:02:25, V Commit: <a
href="https://github.com/vlang/v/commit/decea1b1884564f5ed41aa5da3e58005938d8e2a">decea1b</a></time>
<time datetime="2024-10-18T08:22:30.888Z">Last updated:
2024-10-18 11:22:30, V Commit: <a
href="https://github.com/vlang/v/commit/ce8f62146b1ec9d6efd264d893ca744c38add833">ce8f621</a></time>
</div>
</div>

Expand Down
8 changes: 4 additions & 4 deletions concurrency.html
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ <h2 id="shared-objects">Shared Objects <a href="concurrency.html#shared-objects"
<div class="edit-info">
<div class="edit-link">
<a class="link edit-link-button"
href="https://github.com/vlang/v/edit/master/doc/docs.md#L4263"
href="https://github.com/vlang/v/edit/master/doc/docs.md#L4267"
target="_blank" rel="noreferrer">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"
class="edit-link-icon">
Expand All @@ -560,9 +560,9 @@ <h2 id="shared-objects">Shared Objects <a href="concurrency.html#shared-objects"
</a>
</div>
<div class="last-updated">
<time datetime="2024-10-18T08:02:25.515Z">Last updated:
2024-10-18 11:02:25, V Commit: <a
href="https://github.com/vlang/v/commit/decea1b1884564f5ed41aa5da3e58005938d8e2a">decea1b</a></time>
<time datetime="2024-10-18T08:22:31.252Z">Last updated:
2024-10-18 11:22:31, V Commit: <a
href="https://github.com/vlang/v/commit/ce8f62146b1ec9d6efd264d893ca744c38add833">ce8f621</a></time>
</div>
</div>

Expand Down
8 changes: 4 additions & 4 deletions conditional-compilation.html
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ <h2 id="environment-specific-files">Environment specific files <a href="conditio
<div class="edit-info">
<div class="edit-link">
<a class="link edit-link-button"
href="https://github.com/vlang/v/edit/master/doc/docs.md#L5825"
href="https://github.com/vlang/v/edit/master/doc/docs.md#L5829"
target="_blank" rel="noreferrer">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"
class="edit-link-icon">
Expand All @@ -848,9 +848,9 @@ <h2 id="environment-specific-files">Environment specific files <a href="conditio
</a>
</div>
<div class="last-updated">
<time datetime="2024-10-18T08:02:25.623Z">Last updated:
2024-10-18 11:02:25, V Commit: <a
href="https://github.com/vlang/v/commit/decea1b1884564f5ed41aa5da3e58005938d8e2a">decea1b</a></time>
<time datetime="2024-10-18T08:22:31.363Z">Last updated:
2024-10-18 11:22:31, V Commit: <a
href="https://github.com/vlang/v/commit/ce8f62146b1ec9d6efd264d893ca744c38add833">ce8f621</a></time>
</div>
</div>

Expand Down
8 changes: 4 additions & 4 deletions constants.html
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ <h2 id="required-module-prefix">Required module prefix <a href="constants.html#r
<div class="edit-info">
<div class="edit-link">
<a class="link edit-link-button"
href="https://github.com/vlang/v/edit/master/doc/docs.md#L3054"
href="https://github.com/vlang/v/edit/master/doc/docs.md#L3058"
target="_blank" rel="noreferrer">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"
class="edit-link-icon">
Expand All @@ -353,9 +353,9 @@ <h2 id="required-module-prefix">Required module prefix <a href="constants.html#r
</a>
</div>
<div class="last-updated">
<time datetime="2024-10-18T08:02:25.408Z">Last updated:
2024-10-18 11:02:25, V Commit: <a
href="https://github.com/vlang/v/commit/decea1b1884564f5ed41aa5da3e58005938d8e2a">decea1b</a></time>
<time datetime="2024-10-18T08:22:31.143Z">Last updated:
2024-10-18 11:22:31, V Commit: <a
href="https://github.com/vlang/v/commit/ce8f62146b1ec9d6efd264d893ca744c38add833">ce8f621</a></time>
</div>
</div>

Expand Down
8 changes: 4 additions & 4 deletions cross-compilation.html
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ <h1 class="main">Cross compilation</h1>
<div class="edit-info">
<div class="edit-link">
<a class="link edit-link-button"
href="https://github.com/vlang/v/edit/master/doc/docs.md#L7233"
href="https://github.com/vlang/v/edit/master/doc/docs.md#L7237"
target="_blank" rel="noreferrer">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"
class="edit-link-icon">
Expand All @@ -305,9 +305,9 @@ <h1 class="main">Cross compilation</h1>
</a>
</div>
<div class="last-updated">
<time datetime="2024-10-18T08:02:25.705Z">Last updated:
2024-10-18 11:02:25, V Commit: <a
href="https://github.com/vlang/v/commit/decea1b1884564f5ed41aa5da3e58005938d8e2a">decea1b</a></time>
<time datetime="2024-10-18T08:22:31.446Z">Last updated:
2024-10-18 11:22:31, V Commit: <a
href="https://github.com/vlang/v/commit/ce8f62146b1ec9d6efd264d893ca744c38add833">ce8f621</a></time>
</div>
</div>

Expand Down
8 changes: 4 additions & 4 deletions debugger.html
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ <h1 class="main">Debugger</h1>
<div class="edit-info">
<div class="edit-link">
<a class="link edit-link-button"
href="https://github.com/vlang/v/edit/master/doc/docs.md#L6450"
href="https://github.com/vlang/v/edit/master/doc/docs.md#L6454"
target="_blank" rel="noreferrer">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"
class="edit-link-icon">
Expand All @@ -365,9 +365,9 @@ <h1 class="main">Debugger</h1>
</a>
</div>
<div class="last-updated">
<time datetime="2024-10-18T08:02:25.659Z">Last updated:
2024-10-18 11:02:25, V Commit: <a
href="https://github.com/vlang/v/commit/decea1b1884564f5ed41aa5da3e58005938d8e2a">decea1b</a></time>
<time datetime="2024-10-18T08:22:31.399Z">Last updated:
2024-10-18 11:22:31, V Commit: <a
href="https://github.com/vlang/v/commit/ce8f62146b1ec9d6efd264d893ca744c38add833">ce8f621</a></time>
</div>
</div>

Expand Down
Loading

0 comments on commit 4cf37d9

Please sign in to comment.