How to extend the string class to return this inside the square bracket the same way opDollar $ returns the length of the string? Thank you.

    import std;

    void main(){
        writeln("Hello World!"[0..this.indexOf("o")]);
    }

Reply via email to