Searched defs:Bin (Results 1 – 1 of 1) sorted by relevance
90 struct Bin { struct91 static constexpr auto kRadix = ftl::Radix::kBin;94 std::string operator()(T v) const { in operator ()()