authorgravatar for datamanrb@gmail.comdata-man <datamanrb@gmail.com> 2020-07-16 10:26:43+05:00
committergravatar for git@vexu.euVeikka Tuominen <git@vexu.eu> 2020-07-16 16:22:28+03:00
log3cdc0f104ee375a669d1a322da877df64255976b
tree30068d7d4d3ba9e5150ea11bd57129dc9914ab64
parent01ab167ce3c5c0db908b11451f160359230a440f

Vectors clarification in docs


1 files changed, 1 insertions(+), 1 deletions(-)

doc/langref.html.in+1-1
......@@ -1950,7 +1950,7 @@ test "null terminated array" {
19501950
19511951 {#header_open|Vectors#}
19521952 <p>
1953 A vector is a group of {#link|Integers#}, {#link|Floats#}, or {#link|Pointers#} which are operated on
1953 A vector is a group of booleans, {#link|Integers#}, {#link|Floats#}, or {#link|Pointers#} which are operated on
19541954 in parallel using a single instruction ({#link|SIMD#}). Vector types are created with the builtin function {#link|@Type#},
19551955 or using the shorthand as {#syntax#}std.meta.Vector{#endsyntax#}.
19561956 </p>