Prelude

main

A tool belt of common helper functions and extensions used throughout applications
JustinGuedes/prelude

Prelude

A tool belt of common helper functions and extensions used throughout applications.

Table of Contents

  1. Sequence

Sequence

Async FlatMap

Asynchronously transform a sequence of elements into a new element type:

let output = await input.flatMap(power)

License

Prelude is released under the MIT license. See LICENSE for details.

Description

  • Swift Tools 5.6.0
View More Packages from this Author

Dependencies

  • None
Last updated: Wed Mar 13 2024 22:14:03 GMT-0900 (Hawaii-Aleutian Daylight Time)