andrewCodeDev / Fluent

Fluent interface for REGEX, iteration, and algorithm chaining.
MIT License
83 stars 3 forks source link

This is a small draft of an abs function and filter function for feedback #1

Closed pierrelgol closed 7 months ago

pierrelgol commented 7 months ago

Ok I've made a small draft to see if this is what you had in mind. I've just added an abs function, based on your comment some data type should be no_op which makes sense, so for example those datatypes include, boolean, u8, enum, and all the unsigned integer ? I'll be exanpanding it further :)