DiceType.DiceType

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

Meta