Yusuke Hosonuma

Results 28 issues of Yusuke Hosonuma

ref: https://github.com/YusukeHosonuma/Swift-Evolution-Browser/blob/main/Root/Sources/Proposal/View/ProposalListContainerView.swift#L183

## Overview ↓みたいに。 ```swift assert(to: max) { group("xxx") { args(1, 2, expect: 2) args(2, 1, expect: 2) } group("yyy") { args(4, 4, expect: 4) } } ``` ## Note 実際に便利かどうかは、他の...

```swift assert(to: fizzBuzz) { args(1, expect: "1") // Compile error: Cannot convert value of type 'Row' to closure result type '[Row]' } ``` ![image](https://user-images.githubusercontent.com/2990285/76583540-cfeb1080-651c-11ea-973a-99021be534e3.png)

bug

such as [Sourcery](https://github.com/krzysztofzablocki/Sourcery) or generate program by own like [Curry](https://github.com/thoughtbot/Curry).

development tools

## Note The same crashes when `dump()` is used.

bug

Because redundant and long currently... 😅 - [ ] To more simple and readable. - [x] Add table of contents.

documentation

> The `set-env` command is disabled. https://github.com/YusukeHosonuma/SwiftPrettyPrint/actions/runs/438257478 ![image](https://user-images.githubusercontent.com/2990285/102907053-d5688480-44b8-11eb-9c22-436707ab61f4.png)

For example: ```swift Debug.sharedOption = Debug.Option(prefix: nil, indentSize: 4, elementsLimit: 3) let array = [1, 2, 3, 4, 5] Debug.prettyPrint(array) // [ // 1, // 2, // 3, // ......

proposal