Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz committed Aug 6, 2020
1 parent b0c7acd commit 569dbd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -12,7 +12,7 @@ facilitates building modular, composable structs while allowing access to
solvers and optimisers that require flat lists of parameters. Importantly it's
type-stable and _very_ fast. It is not intended for use with arrays, as we do
not know their length at compile time. But you can easily splat the output Tuple
int a vector.
into a vector.

Flatten is also flexible. The types to return and ignore can be specified, and
individual fields can be ignored using field-level traits like `flattenable`
Expand Down

0 comments on commit 569dbd4

Please sign in to comment.