DiceType.DiceType

Undocumented in source.
  1. alias DiceType = uint
  2. alias DiceType = ulong
  3. alias DiceType = Largest!(double, T)
    template DiceType(T)
    package
    static if(!(isIntegral!T))
    static if(isFloatingPoint!T)
    alias DiceType = Largest!(double, T)

Meta