The value of the generic type variable is the primitive value of the new instance.
Example usage
// Example usage.
import { Minimum } from '@angular-package/range';
// Define constant `id`.
const id = 390;
// Returns Minimum {390} of Minimum<390>.
new Minimum(id);