light/modules/lsd/numeric_limits.cppm

9 lines
107 B
Text
Raw Normal View History

2025-11-18 19:06:44 +03:30
export module lsd.numeric_limits;
import std;
export namespace lt::lsd {
using ::std::numeric_limits;
}