felt / geo

A collection of GIS functions for Elixir
MIT License
630 stars 88 forks source link

Replace use Bitwise with Import Bitwise #178

Closed drselump14 closed 1 year ago

drselump14 commented 1 year ago
use Bitwise

is deprecated in the future elixir version, so I replaced it with recommended

import Bitwise
drselump14 commented 1 year ago

sorry, just realized it's a duplication of https://github.com/bryanjos/geo/pull/174