Make vecs indexable by both int and uint

35bcfba
Opened by Roy Frostig at 2010-08-05 17:04:20

Perhaps even indexable by all integral types (int, uint, and machine types). At present the typechecker won't let anything but an int get by when indexing into a vec.

  1. Move 'as' precedence up to just above relational; support indexing str and vec by all integral types. Closed by 29987b56e1dafff4a850eef4e668a364340fc59b.

    Graydon Hoare at 2010-08-05 17:04:20