> This should work: > > queue = SomeList([ > SomeData("Foo", "bar") > ]); > > A little verbose, but it should work. That did indeed work. Thank you. Any thoughts on insertBack() removeAny()? Is this a bug in the implementation or am I using the container wrong, somehow?