Files
Nim/doc
Tomohiro e20a2b1f2b Nim manual: better byref pragma explanation (#23192)
Nim manual says:
> When using the Cpp backend, params marked as byref will translate to
cpp references `&`

But how `byref` pragma translate to depends on whether it is used with
`importc` or `importcpp`.
When `byref` pragma used with `importc` types and compiled with the Cpp
backend, it is not traslated to cpp reference `&`.

---------

Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
2024-01-09 17:37:41 +01:00
..
2023-07-02 22:36:05 +02:00
2023-10-25 20:53:15 +08:00
2022-08-12 14:33:43 -04:00
2023-09-27 05:49:17 +02:00
2023-10-25 20:53:15 +08:00
2023-09-27 17:59:26 +02:00
2023-10-25 20:53:15 +08:00
2022-06-04 07:03:03 +02:00
2023-08-22 18:31:21 +02:00
2023-02-07 16:15:44 +08:00
2023-03-03 23:37:12 +01:00
2023-07-02 22:36:05 +02:00
2023-07-02 22:36:05 +02:00
2022-10-05 14:03:10 -04:00
2023-07-02 22:36:05 +02:00

============================
Nim's documentation system
============================

This folder contains Nim's documentation. The documentation
is written in a format called *Markdown*, a markup language that reads
like ASCII and can be converted to HTML automatically!