swift#wip

【WIP】apple/swift - stdlib/public/runtime コードリーディング(全体)

概要 ErrorObject.h CFRuntimeBase SwiftErrorHeader SwiftError type errorConformance hashableBaseType hashableConformance getIndirectValue getValue swift_allocError swift_deallocError ErrorValueResult swift_getErrorValue swift_errorRetain sw…

【WIP】apple/swift - stdlib/public/core/Codable.swift.gyb コードリーディング

概要 gyb : codable_types CodingKey Codable CodingUserInfoKey _DictionaryCodingKey _GenericIndexKey エンコード Encodable encode Encoder codingPath userInfo container unkeyedContainer singleValueContainer KeyedEncodingContainerProtocol Keyed…

【WIP】弱参照(docs/weak.rst) 翻訳

出典 https://github.com/apple/swift/blob/3cbabfd196d3be8d01e97cacef71f41e9c594f1d/docs/weak.rst 弱参照 要約:本書では、他の言語での様々な設計を含む弱参照の一般的な概念について説明し、標準ライブラリで利用できるいくつかの新しいコア言語機能と…