IEnumerable<B> map<A,B> (this IEnumerable<A> fa, Func<A,B> f) {
return fa?.Select(_ => f(_));
}
мы знаем https://t.me/scala_ru/262097
Обсуждают сегодня