What the compiler does is the opposite of the steps that we performed to create the generic function in Listing 10-5.
컴파일러가 하는 일은 Listing 10-5에서 우리가 제네릭 함수를 만들 때 수행한 단계들을 반대로 한 것입니다.
Once that's fresh in our minds, we'll use the same mechanics with generics to extract a generic function!
이를 한번 우리 마음속에서 생생하게 상기시키고 나면, 우리는 제네릭 함수를 추출하기 위해 제네릭을 가지고 똑같은 수법을 이용할 것입니다!
Other results
There are a number of generic functions that allow you to manage Forms
However, only generic functions (or previously established functions) can be used for this embodiment.
그러나, 포괄적인 기능(또는 이전에 설정된 기능)만이 본 실시예에 사용될 수 있다.
In the Scala standard library, views are primarily used to implement generic functions over collections. For example, the "min" function (on Seq[]), uses this technique
스칼라 표준 라이브러리에서 주로 뷰가 사용되는 곳은 컬렉션에 대한 일반적인 함수를 정의하는 경우이다. 예를 들면 Seq[] 에 대한 "min" 함수가 이런식이다.
The generic type allows functions to handle various data types flexibly.
제네릭 타입을 사용하면 함수가 여러 가지 데이터 타입을 유연하게 처리할 수 있습니다.
The code module component contains your generic procedures and functions.
코드 모듈 구성요소에는 일반 절차와 함수가 들어 있습니다.
This would allow the user to enter comments, and non-generic variable and function names.
Swift 1 had lots of generic free functions like this.
Swift 1은 이것과 같은 많은 제네릭에 자유로운 함수가 있었습니다.
It will also provide students with generic management skills to function effectively as supervisors and managers as they progress in their careers.
또한 학생들은 자신의 커리어가 진행됨에 따라 감독자 및 관리자로서 효과적으로 기능하기 위해 일반적인 관리 기술을 습득하게됩니다... [-]
Attention: If you have customized the current approval process, you may need to reapply your customizations to the new process. Note that the new process is generic and other functions, such as Competency Profile, may also use it.
주의: 현재 승인 프로세스를 사용자 정의한 경우 신규 프로세스에 개인 설정을 다시 적용할 수 있습니다. 일반적인 성격의 신규 프로세스는 역량 프로파일과 같은 기타 기능에서 사용할 수도 있습니다.
Hence using/QaxW would generate a generic version of a function that would run on any IA-32 processor and an Intel Pentium 4-processor optimized version that would run on Pentium 4 processors.
그러므로/QaxW를 사용할 경우 모든 IA-32 프로세서에서 실행되는 일반 함수 버전과 펜티엄 4 프로세서에서 실행되는 인텔 펜티엄 4 프로세서에 최적화된 버전이 생성됩니다.
Generics sometimes serve this function.