This is bound to raise some eyebrows: ``` ceylon String string = ... {Character*} exceptLast = string.exceptLast; ``` After that I can't use any `String` methods, which is counter intuitive...