oraqlle / cortexlib

A library of general purpose types, classes, functions, algorithms, utilities and other components for C++.
https://oraqlle.github.io/cortexlib/
MIT License
0 stars 0 forks source link

[Suggestion] Remove transformation methods #15

Closed oraqlle closed 2 years ago

oraqlle commented 2 years ago

The transformation methods box::add are redundant due to box::map. Map provides a more generic and controllable way for notation transformations on a box.

oraqlle commented 2 years ago

Implemented with v0.13.0

Refer (dev): #29 Refer (main): #30