| ... | @@ -1950,7 +1950,7 @@ test "null terminated array" { | ... | @@ -1950,7 +1950,7 @@ test "null terminated array" { |
| 1950 | | 1950 | |
| 1951 | {#header_open|Vectors#} | 1951 | {#header_open|Vectors#} |
| 1952 | <p> | 1952 | <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 |
| 1954 | in parallel using a single instruction ({#link|SIMD#}). Vector types are created with the builtin function {#link|@Type#}, | 1954 | in parallel using a single instruction ({#link|SIMD#}). Vector types are created with the builtin function {#link|@Type#}, |
| 1955 | or using the shorthand as {#syntax#}std.meta.Vector{#endsyntax#}. | 1955 | or using the shorthand as {#syntax#}std.meta.Vector{#endsyntax#}. |
| 1956 | </p> | 1956 | </p> |