Comp is an Ash module for comparing stuff

iex> Comp.equal?("frEd", Ash.CiString.new("freD")) true
1 Reply
Matt Beanland
Matt Beanland3d ago
Yes I understand it is based on Comparable protocol from https://hexdocs.pm/comparable/readme.html Comparable — Comparable v1.0.0

Did you find this page helpful?