diff --git a/source/dom_persist.d b/source/dom_persist.d index d9191c6..6355072 100644 --- a/source/dom_persist.d +++ b/source/dom_persist.d @@ -834,7 +834,7 @@ void removeAt(T)( ref T[] t, int pos ){ //I really don't like these re-assignments - //t = t.remove(i); + //t = t.remove(pos); //t = t[0..pos] ~ t[pos+1..$] for( int i=pos; i