Scrapboxへの参加リンク
開催概要
Slack
Google Meet: ConnpassにURLを記載しています
タイムテーブル
19:10 ~ 輪読開始
20:00 ~ 10分休憩
20:10 ~ 再開
21:00 終了
今日読むもの
読んでおくといいかも
本日のメモ
ZipWithの例
iter
Pull to Push iterator変換の例
// The loop body is called from the iterator function, which is called from the function in which the loop body appears.
/*
1. The loop body
2. the iterator function
3. the function in which the loop body appears
*/
2 でpanic
1 でpanic
無名関数増やした版
1でpanic、2でrecover