From b9b70fc559465a5b8eca0b462f2ad465d9b0ef9a Mon Sep 17 00:00:00 2001 From: vlang-bot Date: Fri, 18 Oct 2024 13:21:17 +0300 Subject: [PATCH] update docs for commit 5ec9bb54 --- appendix-i-keywords.html | 4 ++-- appendix-ii-operators.html | 4 ++-- atomics.html | 4 ++-- attributes.html | 4 ++-- builtin-functions.html | 4 ++-- call-stack.html | 4 ++-- comments.html | 4 ++-- concurrency.html | 4 ++-- conditional-compilation.html | 4 ++-- constants.html | 4 ++-- cross-compilation.html | 4 ++-- debugger.html | 4 ++-- debugging.html | 4 ++-- functions-2.html | 4 ++-- functions.html | 4 ++-- getting-started.html | 4 ++-- global-variables.html | 4 ++-- hello-world.html | 4 ++-- index.html | 4 ++-- installing-v-from-source.html | 4 ++-- introduction.html | 4 ++-- json.html | 4 ++-- limited-operator-overloading.html | 4 ++-- memory-management.html | 4 ++-- memory-unsafe-code.html | 4 ++-- module-imports.html | 4 ++-- modules.html | 4 ++-- orm.html | 4 ++-- other-online-resources.html | 4 ++-- other-v-features.html | 4 ++-- package-management.html | 4 ++-- packaging-v-for-distribution.html | 4 ++-- performance-tuning.html | 4 ++-- references.html | 4 ++-- running-a-project-folder-with-several-files.html | 4 ++-- sizeof-and-__offsetof.html | 4 ++-- statements-&-expressions.html | 4 ++-- structs-with-reference-fields.html | 4 ++-- structs.html | 4 ++-- symbol-visibility.html | 4 ++-- testing.html | 4 ++-- tools.html | 4 ++-- trace.html | 4 ++-- type-declarations.html | 4 ++-- unions.html | 4 ++-- upgrading-v-to-latest-version.html | 4 ++-- v-and-c.html | 4 ++-- v-types.html | 4 ++-- variables.html | 4 ++-- writing-documentation.html | 4 ++-- 50 files changed, 100 insertions(+), 100 deletions(-) diff --git a/appendix-i-keywords.html b/appendix-i-keywords.html index 169b431b..0fdcfebc 100644 --- a/appendix-i-keywords.html +++ b/appendix-i-keywords.html @@ -326,8 +326,8 @@

Appendix I: Keywords

-
diff --git a/appendix-ii-operators.html b/appendix-ii-operators.html index 96435694..6a07c5c3 100644 --- a/appendix-ii-operators.html +++ b/appendix-ii-operators.html @@ -315,8 +315,8 @@

Appendix II: Operators

-
diff --git a/atomics.html b/atomics.html index c4f07183..4e7147a2 100644 --- a/atomics.html +++ b/atomics.html @@ -359,8 +359,8 @@

Atomics

-
diff --git a/attributes.html b/attributes.html index b7176807..233aa0b9 100644 --- a/attributes.html +++ b/attributes.html @@ -513,8 +513,8 @@

Attributes

-
diff --git a/builtin-functions.html b/builtin-functions.html index 43982fab..2495caab 100644 --- a/builtin-functions.html +++ b/builtin-functions.html @@ -361,8 +361,8 @@

Dumping expressions at runtime - Last updated: + 2024-10-18 13:21:16, V Commit: 5ec9bb5 diff --git a/call-stack.html b/call-stack.html index e9775579..60b20a98 100644 --- a/call-stack.html +++ b/call-stack.html @@ -308,8 +308,8 @@

Call stack

-
diff --git a/comments.html b/comments.html index 2077d640..d9b608b9 100644 --- a/comments.html +++ b/comments.html @@ -285,8 +285,8 @@

Comments

-
diff --git a/concurrency.html b/concurrency.html index d40ede8f..a8571f39 100644 --- a/concurrency.html +++ b/concurrency.html @@ -560,8 +560,8 @@

Shared Objects diff --git a/conditional-compilation.html b/conditional-compilation.html index c7c26424..29521152 100644 --- a/conditional-compilation.html +++ b/conditional-compilation.html @@ -848,8 +848,8 @@

Environment specific files - Last updated: + 2024-10-18 13:21:17, V Commit: 5ec9bb5 diff --git a/constants.html b/constants.html index a65a8c7c..3f3f4ee8 100644 --- a/constants.html +++ b/constants.html @@ -353,8 +353,8 @@

Required module prefix - Last updated: + 2024-10-18 13:21:16, V Commit: 5ec9bb5 diff --git a/cross-compilation.html b/cross-compilation.html index 4eeae8b5..43c35693 100644 --- a/cross-compilation.html +++ b/cross-compilation.html @@ -305,8 +305,8 @@

Cross compilation

-
diff --git a/debugger.html b/debugger.html index 9d398c45..f7cbadb9 100644 --- a/debugger.html +++ b/debugger.html @@ -365,8 +365,8 @@

Debugger

-
diff --git a/debugging.html b/debugging.html index e6dc10d2..37f58232 100644 --- a/debugging.html +++ b/debugging.html @@ -331,8 +331,8 @@

Javascript Backend - Last updated: + 2024-10-18 13:21:17, V Commit: 5ec9bb5 diff --git a/functions-2.html b/functions-2.html index f7757d48..475e7ccd 100644 --- a/functions-2.html +++ b/functions-2.html @@ -449,8 +449,8 @@

Parameter evaluation order - Last updated: + 2024-10-18 13:21:16, V Commit: 5ec9bb5 diff --git a/functions.html b/functions.html index ad05ddd2..9fd72b83 100644 --- a/functions.html +++ b/functions.html @@ -310,8 +310,8 @@

Returning multiple values - Last updated: + 2024-10-18 13:21:16, V Commit: 5ec9bb5 diff --git a/getting-started.html b/getting-started.html index e2c56f87..f639e1bb 100644 --- a/getting-started.html +++ b/getting-started.html @@ -286,8 +286,8 @@

Getting started

-
diff --git a/global-variables.html b/global-variables.html index 778d3ddc..9966b7f6 100644 --- a/global-variables.html +++ b/global-variables.html @@ -318,8 +318,8 @@

Global Variables

-
diff --git a/hello-world.html b/hello-world.html index 42ce1eb0..ac085e2f 100644 --- a/hello-world.html +++ b/hello-world.html @@ -311,8 +311,8 @@

Hello World

-
diff --git a/index.html b/index.html index 7af38f85..acd7d6b5 100644 --- a/index.html +++ b/index.html @@ -282,8 +282,8 @@

V Documentation

-
diff --git a/installing-v-from-source.html b/installing-v-from-source.html index 8b8d1372..731b6713 100644 --- a/installing-v-from-source.html +++ b/installing-v-from-source.html @@ -290,8 +290,8 @@

Installing V from source

-
diff --git a/introduction.html b/introduction.html index dce48f0e..ec227587 100644 --- a/introduction.html +++ b/introduction.html @@ -287,8 +287,8 @@

Introduction

-
diff --git a/json.html b/json.html index cd8b4cbb..64fb75d2 100644 --- a/json.html +++ b/json.html @@ -342,8 +342,8 @@

Encoding JSON - Last updated: + 2024-10-18 13:21:16, V Commit: 5ec9bb5 diff --git a/limited-operator-overloading.html b/limited-operator-overloading.html index a597a986..e13c0ee6 100644 --- a/limited-operator-overloading.html +++ b/limited-operator-overloading.html @@ -342,8 +342,8 @@

Other restrictions - Last updated: + 2024-10-18 13:21:17, V Commit: 5ec9bb5 diff --git a/memory-management.html b/memory-management.html index b0676b9a..b082371b 100644 --- a/memory-management.html +++ b/memory-management.html @@ -568,8 +568,8 @@

Manual Control for Stack and Heap diff --git a/memory-unsafe-code.html b/memory-unsafe-code.html index 525c1c14..35e65482 100644 --- a/memory-unsafe-code.html +++ b/memory-unsafe-code.html @@ -317,8 +317,8 @@

Memory-unsafe code

-
diff --git a/module-imports.html b/module-imports.html index a75d7b58..dfbcf03a 100644 --- a/module-imports.html +++ b/module-imports.html @@ -357,8 +357,8 @@

Module import aliasing - Last updated: + 2024-10-18 13:21:16, V Commit: 5ec9bb5 diff --git a/modules.html b/modules.html index a004e19f..7263c142 100644 --- a/modules.html +++ b/modules.html @@ -356,8 +356,8 @@

cleanup functions - Last updated: + 2024-10-18 13:21:16, V Commit: 5ec9bb5 diff --git a/orm.html b/orm.html index 4844c383..5001b395 100644 --- a/orm.html +++ b/orm.html @@ -377,8 +377,8 @@

ORM

-
diff --git a/other-online-resources.html b/other-online-resources.html index ef280ef4..eeb27bd0 100644 --- a/other-online-resources.html +++ b/other-online-resources.html @@ -306,8 +306,8 @@

The V languag
-
diff --git a/other-v-features.html b/other-v-features.html index 0e23f226..cfe9a3ca 100644 --- a/other-v-features.html +++ b/other-v-features.html @@ -412,8 +412,8 @@

Appendices

-
diff --git a/package-management.html b/package-management.html index 4d9a4c00..3e758f06 100644 --- a/package-management.html +++ b/package-management.html @@ -402,8 +402,8 @@

Advanced Topics

-
diff --git a/packaging-v-for-distribution.html b/packaging-v-for-distribution.html index a84b51e0..ed9d1a6c 100644 --- a/packaging-v-for-distribution.html +++ b/packaging-v-for-distribution.html @@ -280,8 +280,8 @@

Packaging V for distribution

-
diff --git a/performance-tuning.html b/performance-tuning.html index 84b9b8b2..7be731c7 100644 --- a/performance-tuning.html +++ b/performance-tuning.html @@ -577,8 +577,8 @@

PGO (Profile-Guided Optimization) diff --git a/references.html b/references.html index 358cc9cd..ae0a08df 100644 --- a/references.html +++ b/references.html @@ -315,8 +315,8 @@

References

-
diff --git a/running-a-project-folder-with-several-files.html b/running-a-project-folder-with-several-files.html index eef19650..1e2fb0be 100644 --- a/running-a-project-folder-with-several-files.html +++ b/running-a-project-folder-with-several-files.html @@ -310,8 +310,8 @@

Running a project folder with several files

-
diff --git a/sizeof-and-__offsetof.html b/sizeof-and-__offsetof.html index 7dfb023e..a53b0f14 100644 --- a/sizeof-and-__offsetof.html +++ b/sizeof-and-__offsetof.html @@ -292,8 +292,8 @@

sizeof and __offsetof

-
diff --git a/statements-&-expressions.html b/statements-&-expressions.html index 9b357ad0..5b4e8bc9 100644 --- a/statements-&-expressions.html +++ b/statements-&-expressions.html @@ -853,8 +853,8 @@

Goto - Last updated: + 2024-10-18 13:21:16, V Commit: 5ec9bb5 diff --git a/structs-with-reference-fields.html b/structs-with-reference-fields.html index e0b9c1eb..9d7472d9 100644 --- a/structs-with-reference-fields.html +++ b/structs-with-reference-fields.html @@ -309,8 +309,8 @@

Structs with reference fields

-
diff --git a/structs.html b/structs.html index 71998405..4a5f7a48 100644 --- a/structs.html +++ b/structs.html @@ -625,8 +625,8 @@

Embedded structs - Last updated: + 2024-10-18 13:21:16, V Commit: 5ec9bb5 diff --git a/symbol-visibility.html b/symbol-visibility.html index 2b7b22f4..aa7ef76d 100644 --- a/symbol-visibility.html +++ b/symbol-visibility.html @@ -293,8 +293,8 @@

Symbol visibility

-
diff --git a/testing.html b/testing.html index fb01c335..372ae9a1 100644 --- a/testing.html +++ b/testing.html @@ -421,8 +421,8 @@

Running tests diff --git a/tools.html b/tools.html index 15532b48..4c0dd83e 100644 --- a/tools.html +++ b/tools.html @@ -330,8 +330,8 @@

Profiling - Last updated: + 2024-10-18 13:21:17, V Commit: 5ec9bb5 diff --git a/trace.html b/trace.html index 5b9bbc70..5979d941 100644 --- a/trace.html +++ b/trace.html @@ -309,8 +309,8 @@

Trace

-
diff --git a/type-declarations.html b/type-declarations.html index 5ebb3909..958b5b53 100644 --- a/type-declarations.html +++ b/type-declarations.html @@ -1035,8 +1035,8 @@

Generics - Last updated: + 2024-10-18 13:21:16, V Commit: 5ec9bb5 diff --git a/unions.html b/unions.html index 47789030..150b24b8 100644 --- a/unions.html +++ b/unions.html @@ -313,8 +313,8 @@

Unions

-
diff --git a/upgrading-v-to-latest-version.html b/upgrading-v-to-latest-version.html index f32b12bc..b150b898 100644 --- a/upgrading-v-to-latest-version.html +++ b/upgrading-v-to-latest-version.html @@ -282,8 +282,8 @@

Upgrading V to latest version

-
diff --git a/v-and-c.html b/v-and-c.html index 828e3158..300c870e 100644 --- a/v-and-c.html +++ b/v-and-c.html @@ -650,8 +650,8 @@

Working around C issues - Last updated: + 2024-10-18 13:21:17, V Commit: 5ec9bb5 diff --git a/v-types.html b/v-types.html index abaf6aa4..27772be7 100644 --- a/v-types.html +++ b/v-types.html @@ -1126,8 +1126,8 @@

Map update syntax - Last updated: + 2024-10-18 13:21:16, V Commit: 5ec9bb5 diff --git a/variables.html b/variables.html index 844abed7..cb66d03e 100644 --- a/variables.html +++ b/variables.html @@ -375,8 +375,8 @@

Warnings and declaration errors diff --git a/writing-documentation.html b/writing-documentation.html index 90b1f5eb..b76c4810 100644 --- a/writing-documentation.html +++ b/writing-documentation.html @@ -308,8 +308,8 @@

Newlines in Documentation Comments <
-