feat(format): format_to_nの戻り値の記述の詳細化 #1548
Merged
+30
−6
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
加えた変更
format_to_n_result.mdにおいて、出力イテレーターと記載がありましたが、イテレータ表記が主に用いられているようだったので、ーを削除しました。(なお他にイテレーター表記が用いられているのは、reference/ranges/concat_view.mdのみ)悩んだ点
(ただし、`N` =...)について、うまい表記が思いつかなかったため、何も変更を加えていません。これにより、新しく追加した記述と、二重で表記されているように思いますauto [end, n] =の記載がありますが、auto [out, size] =に統一すべきでしょうか?close #1547