LoopNum

Inclusing min and exclusive max. Effectively max will equal min, min & max will be the joining number in the loop, 360deg = 0deg, LoopNum(int,360)(360)==LoopNum(int,360)(0).

  1. alias LoopNum(T, T max) = LoopNum!(T, 0, max)
    alias LoopNum(T, T max) = LoopNum!(T, 0, max)
  2. struct LoopNum(T, T min, T max)

Meta