Module qilin::simplified

source ·
Expand description

Contains some functions for creating structs simpler and more readable.

Functions

  • Util function to create a 2D Vector.
    T is the type the vector contains.
  • Util function to create a 3D Vector.
    T is the type the vector contains.
  • Util function to create a 4D Vector.
    T is the type the vector contains.