module PF::Vector

Defined in:

vector.cr

Macro Summary

Macro Detail

macro [](*args) #

Creates a new Vector with the given args

PF::Vector[1, 2] # => PF::Vector2(Int32)(@x=1, @y=2)

[View source]