light/modules/lsd/concepts.cppm

10 lines
95 B
Text
Raw Normal View History

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