Make InsnList derive from Iterable, because it is an iterable
Currently a for-each loop on an InsnList isn't supported, even though it could be. This adds support for that.
Currently a for-each loop on an InsnList isn't supported, even though it could be. This adds support for that.