tests.hugetype
package tests.hugetype
Type members
Classlikes
Types
type Take[T <: Tuple, N <: Int] = N match {
case 0 => EmptyTuple
case S[n1] => T match {
case EmptyTuple => EmptyTuple
case x *: xs => x *: Take[xs, n1]
}
}
a particular group of people or things that share similar characteristics and form a smaller division of a larger set:
a particular group of people or things that share similar characteristics and form a smaller division of a larger set:
- There were so many different types of bread that I didn't know which to buy.
- What type of clothes does she wear?
- It was dark so I didn't notice what type of car it was.
- He's the type of man you could take home to your mother.
- He's very attractive, if you like the blond, athletic type.
- They sell dried flowers and baskets and that type of thing.
- We have a range of moisturizers for all different skin types.
- She was young and she was wearing student-type clothes, so I assumed she was studying here.
- He took me to a bar full of actor types trying to get noticed.
- Source:
- hugetype.scala