RandRange

struct RandRange (
alias randFun
T...
) {
enum bool empty;
}

Meta