Create a trivial (all LTR) order for the given length.
List<BidiSpan> trivialOrder(int length) { return [BidiSpan(0, length, 0)]; }