Function isValidSize

True if size is sane, e.g. not -infinity. Used primarly in contracts

bool isValidSize (
  float floating
) nothrow @safe;

bool isValidSize (
  int integer
) nothrow @safe;