module imports.imp12242b2;
// std.algorithm.strip
auto stripB(R, E)(R range, E element)
{
    return 2;
}
auto stripB(alias pred, R)(R range)
{
    return 3;
}
module imports.imp12242b2;
// std.algorithm.strip
auto stripB(R, E)(R range, E element)
{
    return 2;
}
auto stripB(alias pred, R)(R range)
{
    return 3;
}