TYPE PARAMETERS 中文是什么意思 - 中文翻译

[taip pə'ræmitəz]
[taip pə'ræmitəz]

在 英语 中使用 Type parameters 的示例及其翻译为 中文

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
This is what bounded type parameters are for.
这就是有界类型参数的目的。
Type parameters are erased when compiled;
编译完成以后类型参数的类型是被消除的;
This is what bounded type parameters are for.
这就是有界形式类型参数的用途。
Type parameters can be decorated with the keywords"In" and"Out.
类型参数可由关键字“In”和“Out”修饰。
You cannot create instances of type parameters.
不能创建形式类型参数的实例.
For example, it would not be acceptable to limit type parameters to those whose machine representation is a single pointer or single word.
例如,将类型参数限制到机器表征为单个指针或单个词汇的情况中是不可接受的。
As in Java, classes in Kotlin may have type parameters:.
像java一样,Kotlin中可以拥有类型参数:.
Do Name generic type parameters with descriptive names, unless a single-letter name is completely self-explanatory and a descriptive name would not add value.
用描述性名称为泛型类型参数命名,除非单个字母的名称已完全可以自我说明而无需描述性名称。
Some older HTTPapplications do not recognize media type parameters.
要注意,一些老的HTTP应用程序不认识媒体类型参数
Much like formal parameters used in method declarations, type parameters provide a way for you to re-use the same code with different inputs.
就像方法声明中使用的更熟悉的形式参数一样,类型参数为您提供了一种方法,让您在不同的输入中重用相同的代码。
The recommended naming convention is to use uppercase,single-letter names for type parameters.
命名类型参数推荐的命名约定是使用大写的单个字母名称作为类型参数
Because TypeScript is a structural type system, type parameters only affect the resulting type when consumed as part of the type of a member.
因为TypeScript是结构性的类型系统,类型参数只影响使用其做为类型一部分的结果类型。
The primary constructor is part of the class header:it goes after the class name(and optional type parameters).
首要构造器是类头的一部分:位于类名(以及可选类型参数)之后。
While use-site variance means that APIdesigners need not consider variance of type parameters to interfaces, they must often instead use more complicated method signatures.
虽然使用点变型意味着API设计者不需要考虑接口的类型参数的变型性质,他们却经常需要使用更复杂的函数签名。
The primary constructor is part of the class header:it goes after the class name(and optional type parameters).
主构造函数是类头的一部分:它跟在类名(与可选的类型参数)后。
To prevent types getting in your way, generic types without type parameters are considered substitutable(subtypes of) for any other version of that generic.
为了防止类型妨碍你,没有类型参数的范型类型被认为是任何其它范型版本的替代品(子类型)。
The primary constructor is part of the class header:it goes after the class name(and optional type parameters).
主构造函数是类头的一部分:它跟在类名(和可选的类型参数)后。
Just as you can put subtype constraints on type parameters in type declarations(see Parametric Types), you can also constrain type parameters of methods:.
就像你能在类型声明时通过类型参数对子类型进行约束一样(参见参数类型),你也可以约束方法的类型参数:.
Multidimensional arrays can be created by nesting these type parameters in the declaration:.
多维数组可以使用在声明中嵌套类型参数的方法来创建:.
In Rust,"generic" also describes anything that accepts one or more generic type parameters<T>
在Rust中,“泛型”也表示可以接受一个或多个泛型类型参量<T>的任何内容。
Note also that container types, specifically may need type parameters in function calls.
同样需要注意的是,容器类型在函数调用中可能明确地需要类型参数
Scala uses the erasure model of generics, just like Java,so we don't see the type parameters anymore when programs are run.
Scala像Java一样,使用泛型擦除模式,所以当程序运行时,我们不再能看到类型参数
T is the type parameter representing elements of the collection.
T是类型参数,代表类型。
Can someone explain why int as type parameter does not work?
有人可以解释为什么int作为类型参数不起作用吗??
The type that fits into the container is often called the type parameter.
装配到容器中的类型通常称为类型参数
To declare a bounded type parameter, list the type parameter's name, followed by the extends keyword, followed by its upper bound.
要声明一个有界的类型参数,首先列出类型参数的名称,后跟extends关键字,最后紧跟它的上界。
We say that List is ageneric interface that takes a type parameter--in this case, Integer.
我们说List是一个带有类型参数的泛型接口,在这里就是指Integer。
The basic idea is that any numeric type can be given a lower andupper bound type parameter.
基本的想法是,每一个数值类型都可以接受一个下界类型参数和一个上界类型参数
结果: 28, 时间: 0.0243

单词翻译

顶级字典查询

英语 - 中文