DiceType.DiceType

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

Meta