vec2

Pre-defined vector types, the number represents the dimension and the last letter the type (none = float, d = double, i = int).

alias vec2 = Vector!(float, 2)

Meta