light/modules/lsd/algorithm.cppm

10 lines
139 B
Text
Raw Normal View History

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