编译时类型 meaning in English
compile-time type
Examples
- While a bit ugly because it loses the advantages of compile - time type checking , this approach is preferable to requiring the presence of many dependent libraries when deploying reusable aspects
虽然有些别扭(因为它失去了编译时类型检查的好处) ,但是这种方法对于部署可重用方面时要求有许多依赖库的情况更有利。 - Generics are useful because they provide stronger compile - time type checking , require fewer explicit conversions between data types , and reduce the need for boxing operations and run - time type checks
泛型相当有用,因为他们提供强制的编译时类型检查,要求更少的数据类型之间的显式转换,并减少装箱拆箱的操作和运行时类型检查。