ENH: remove uniform compact output for FixedList (#1160)
- a FixedList is generally small so there is little advantage in a compact output form for uniform content. Eg, "2{-1}" By avoiding this compact form we obtain output that is also consistent with Tuple2, for example. - make FixedList construct from Istream explicit
Please register or sign in to comment