Home
last modified time | relevance | path

Searched defs:to_tuple (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/hana/fwd/
Dtuple.hpp186 constexpr auto to_tuple = to<tuple_tag>; variable
/third_party/python/Lib/test/
Dtest_ast.py14 def to_tuple(t): function