Avatar
omochimetaru 1/31/2020 5:25 AM
うーん?AdrianさんはC++みたいな静的展開機能を前提に考えてるのかな?
5:26 AM
さっきの「Starting to implement Variadic Generics」のスレだと
5:26 AM
コアチームの人たちはジェネリクスみたいな動的な仕組みを前提に会話してるように見えたけど。
5:26 AM
ラトナー This could allow a more dynamic model for variadics that might fit better into the overarching swift design than the static C++ model.
(edited)
5:27 AM
StaticなC++方式じゃなくて、動的な方式がSwiftの設計の拡張としてフィットするって。 (edited)
5:29 AM
Douglasも At this point you can write something like: struct Tuple<Types...> { } but not do anything with it.
5:29 AM
↑こう書いてるし、これは、可変長ジェネリクスが言語機能にあったら、タプルはそれだけで表現できる 事を言っているので
5:31 AM
うーん、このスレにもAdrianさんは居るんだよな、うーん? (edited)