Pinned Loading
-
multipart/form-dataを送るためのヘルパー for swift
multipart/form-dataを送るためのヘルパー for swift 1import Foundation
23public struct MIMEType: RawRepresentable, CustomStringConvertible {
4public var rawValue: String
5public var description: String { rawValue }
-
Swiftで高速にCRC32を求める。
Swiftで高速にCRC32を求める。 1import Foundation
2import zlib
34struct CRC32: Equatable, ExpressibleByIntegerLiteral, CustomStringConvertible {
5typealias IntegerLiteralType = UInt32
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.