Avatar
omochimetaru 10/2/2018 8:56 AM
The Swift Programming Language. Contribute to apple/swift development by creating an account on GitHub.
8:56 AM
// A concrete type is better than an archetype. // FIXME: Total hack. if (type1->is<ArchetypeType>() != type2->is<ArchetypeType>()) { if (type1->is<ArchetypeType>()) ++score2; else ++score1; continue; }
8:56 AM
これかなあ?