problem extracting data from GtkSourceView using Gtkd

Neia Neutuladh neia at ikeran.org
Mon Jan 14 23:33:46 UTC 2019


On Mon, 14 Jan 2019 22:52:48 +0000, Chris Bare wrote:
> 	auto start = new TextIter();
> 	auto end = new TextIter();

You shouldn't need to new these. `out` means that the function is going to 
overwrite the variables.

Other than that, I'm not sure.


More information about the Digitalmars-d-learn mailing list