-
Twin Apps
- Netherlands
- www.swiftindepth.com
- @tjeerdintveen
Pinned Loading
-
manning-swift-in-depth
manning-swift-in-depth PublicSource code for Manning's book: Swift in depth
-
advent-of-code-2020
advent-of-code-2020 PublicDoing some advent of code exercises in Common lisp
Common Lisp
-
-
swift_function_piping.swift
swift_function_piping.swift 12import UIKit
34// Naive implementation of a piping operator.
5 -
-
inspect as an extension on Sequence
inspect as an extension on Sequence 1extension Sequence {
2public func inspect(
3_ body: (Element) throws -> Void
4) rethrows -> Self {
5for element in self {
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.