Testing constructors... v = vector([everything("From bool"),everything("From char"),everything("From unsigned char"),everything("From short"),everything("From unsigned short"),everything("From int"),everything("From unsigned int"),everything("From unsigned int"),everything("From long"),everything("From long"),everything("From unsigned long"),everything("From unsigned long"),everything("From unsigned long"),everything("From unsigned long"),everything("From double"),everything("From float"),everything("From string"),everything("From vector of bool"),everything("From vector of char"),everything("From vector of unsigned char"),everything("From vector of short"),everything("From vector of unsigned short"),everything("From vector of int"),everything("From vector of unsigned int"),everything("From vector of unsigned int"),everything("From vector of long"),everything("From vector of long"),everything("From vector of unsigned long"),everything("From vector of unsigned long"),everything("From vector of unsigned long"),everything("From vector of unsigned long"),everything("From vector of double"),everything("From vector of float"),everything("From vector of string")]) f = NaNF d = NaN ; Testing conversions... vb = vector([true,true,true,true,true,true,true,true,true]) vc = vector(['\x01','1','1','\x01','\x01','\x01','\x01','\x01','\x01','\x01','\x01']) vuc = vector([uchar('\x01'),uchar('1'),uchar('\x01'),uchar('\x01'),uchar('\x01'),uchar('\x01'),uchar('\x01'),uchar('\x01'),uchar('\x01'),uchar('\x01')]) vs = vector([short(49),short(49),short(1),short(1),short(1),short(1),short(1),short(1),short(1)]) vus = vector([ushort(49U),ushort(49U),ushort(1U),ushort(1U),ushort(1U),ushort(1U),ushort(1U),ushort(1U),ushort(1U)]) vi = vector([1,49,49,1,1,1,1,1,1,1,1]) vui = vector([1U,49U,49U,1U,1U,1U,1U,1U,1U,1U]) vl = vector([1L,49L,49L,1L,1L,1L,1L,1L,1L,1L]) vul = vector([1UL,49UL,49UL,1UL,1UL,1UL,1UL,1UL,1UL,1UL]) vf = vector([49.0F,49.0F,1.0F,1.0F,1.0F,1.0F,1.0F,1.0F,1.0F,1.0F]) vd = vector([1.0,49.0,49.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0]) vst = vector(["hello"]) ;