Uniqueness of `next`
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Uniqueness of `next`
- From: Dirk Laurie <dirk.laurie@...>
- Date: 2012年1月15日 10:58:26 +0200
If A and B are tables with exactly the same set of keys,
must`next(A,k)` and `next(B,k)` always give the same first return
value?