mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
5 lines
234 B
Text
5 lines
234 B
Text
Abstract class to manipulate sequence of bytes. The use case of this
|
|
class is abstracting manipulation of types that are just wrapping a
|
|
bytestring with stronger and more meaniful name.
|
|
|
|
WWW: https://github.com/vincenthz/hs-byteable
|