property wrapper | 属性包装器 |
projected value | 被呈现值 |
wrapped value | 被包装值 |
argument | 实参 |
parameter | 形参 |
variadic parameters | 可变参数 |
associated type | 关联类型 |
range | 区间 |
type property | 类型属性 |
unary operator | 一元运算符 |
binary operator | 二元运算符 |
ternary operator | 三元运算符 |
labeled statement | 具名词句 |
conform protocol | 遵循协议 |
availability-condition | 可用性条件 |
fallthrough | 贯穿 |
branch statement | 分支语句 |
control transfer statement | 控制传递语句 |
type annotation | 类型注解 |
type identifier | 类型标识符 |
metatype type | 元类型 |
protocol composition type | 符合协议类型 |
associated value | 关联值 |
raw value | 原始值 |
computed property | 计算属性 |
stored property | 存储属性 |
operator | 运算符 |
array | 数组 |
dictionary | 字典 |
list | 列表 |
statement | 语句 |
expression | 表达式 |
optional | 可选 |
implicitly unwrapped optional | 隐式解包可选值 |
optional binding | 可选绑定 |
optional chaining | 可选链 |
collection | 集合 |
convention | 约定 |
iterate | 迭代 |
nest | 嵌套 |
inheritance | 继承 |
override | 重写 |
base class | 基类 |
designated initializer | 指定构造器 |
convenience initializer | 便利构造器 |
automatic reference counting | 自动引用计数 |
type inference | 类型推断 |
type casting | 类型转换 |
unwrapped | 解包 |
wrapped | 包装 |
note | 注意 |
closure | 闭包 |
tuple | 元组 |
first-class | 一等 |
deinitializer | 析构器 |
initializer | 构造器 |
initialization | 构造过程 |
deinitialization | 析构过程 |
subscript | 下标 |
property | 属性 |
attribute | 特性或者属性,根据上下文 |
method | 方法 |
enumeration | 枚举 |
strcture | 结构体 |
protocol | 协议 |
extension | 扩展 |
generic | 泛型 |
literal value | 字面量 |
alias | 别名 |
assertion | 断言 |
conditional compilation | 条件编译 |
opaque type | 不透明类型 |
function | 函数 |
runtime | 运行时 |