Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 1.09 KB

File metadata and controls

10 lines (7 loc) · 1.09 KB

Number Range medium

by AaronGuo @HongxuanG

Take the Challenge

Sometimes we want to limit the range of numbers... For examples.

type result = NumberRange<2 , 9> //  | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 

Back Share your Solutions Check out Solutions