generic_vector_tools 1.0.7 copy "generic_vector_tools: ^1.0.7" to clipboard
generic_vector_tools: ^1.0.7 copied to clipboard

Dart 1 only

A set of tools for using generic vectors

Changelog #

0.0.1 #

  • Initial version, created by Stagehand

1.0.0 #

  • Initial publish version, basic features and unit tests.

1.0.1 #

  • Added some documentation

1.0.2 #

  • Added negate methods to V and M
  • Added sum(), sumRecursive(), any() and every() to V

1.0.3 #

  • SelfResolve
  • Split unit tests into separate files
  • Try and convert basic constructor input to list
  • docs for M
  • generic constructor for m and unit tests
  • zip uses generic constructor

1.0.4 #

  • V2 now extends V
  • explicitly set V list sizes where relevant

1.0.5 #

  • removed the type checking for V.generic, it caused issues when compiled to js

1.0.6 #

  • fixed unit tests not working in checked mode

1.0.7 #

  • Unit tests make use of the test package (pub run test...) rather than a custom command.
  • More flexible V2 overloads.
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A set of tools for using generic vectors

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

More

Packages that depend on generic_vector_tools