| author | |
| committer | |
| log | cd43f323d28e66d11273425cc6debcce735c33e2 |
| tree | 22e9cfb5a99aa37c198df4189188385bd682c029 |
| parent | 72992b6513b3c6f5d8bd0abffe0d08a2a7d6e7cd |
The documentation omitted the primary parameter, making it difficult to
understand what this function actually does.1 files changed, 1 insertions(+), 1 deletions(-)
doc/langref.html.in+1-1| ... | ... | @@ -8664,7 +8664,7 @@ fn func() void { |
| 8664 | 8664 | {#header_close#} |
| 8665 | 8665 | |
| 8666 | 8666 | {#header_open|@frameSize#} |
| 8667 | <pre>{#syntax#}@frameSize() usize{#endsyntax#}</pre> | |
| 8667 | <pre>{#syntax#}@frameSize(func: anytype) usize{#endsyntax#}</pre> | |
| 8668 | 8668 | <p> |
| 8669 | 8669 | This is the same as {#syntax#}@sizeOf(@Frame(func)){#endsyntax#}, where {#syntax#}func{#endsyntax#} |
| 8670 | 8670 | may be runtime-known. |