#ifndef __MLX_FORMAT__ #define __MLX_FORMAT__ #include #include namespace mlx { template struct IsOstreamable : std::false_type {}; template struct IsOstreamable() << std::declval())>> : std::true_type {}; template...>, int> = 0> auto Format(std::string_view format, const Args&... args); } #include #endif