Skip to content

nicholasspencer/dart_optics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages