String range to dchar.

Samuel Pike via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Oct 30 17:17:00 PDT 2014


Hi all.

First time posting here. I recently downloaded the dmd compiler 
and started making a few exercises with the language. Nice 
language features but still somewhat confused with the library.

If I use byDchar() over a "string" is there a possibility to get 
part of a character or is guaranteed that the entire visual 
character will be in the dchar?

Also, is there a way to peek into a range? Maybe a range that 
buffers its items when calling peek()?

Thank you


More information about the Digitalmars-d-learn mailing list