Class SingleIterationList<T>

java.lang.Object
com.llamalad7.mixinextras.sugar.impl.SingleIterationList<T>
All Implemented Interfaces:
Iterable<T>, Collection<T>, List<T>

public class SingleIterationList<T> extends Object implements List<T>
What a terrible idea. Allows us to target specific loops in Mixin's internals so we don't have to replicate functionality with reflection.