optics 0.0.1 copy "optics: ^0.0.1" to clipboard
optics: ^0.0.1 copied to clipboard

Lenses and prisms for Dart objects.

Optics 🔍 #

A prisms and lenses package for dart.

Prisms #

Prisms allow you to view and mutate properties of immutable structure with nullable values.

Lens #

Lens, like prisms, give you views and mutations into properties but unlike prisms the properties are known to be non-null.

Usage #

Looks at the unit tests for now...

1
likes
140
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

Lenses and prisms for Dart objects.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

meta

More

Packages that depend on optics