jackfirth / rebellion

A collection of core libraries for Racket
https://pkgs.racket-lang.org/package/rebellion
Apache License 2.0
80 stars 16 forks source link

Add sequence->bitstring #516

Closed trhopkins closed 2 years ago

trhopkins commented 2 years ago

Allows sequences to be translated into bitstrings.

Implements #239.

trhopkins commented 2 years ago

This is my first time submitting a PR to an open-source project, so if you see any ways I can improve this code, please message me. Thank you for your patience!

trhopkins commented 2 years ago

I have added the changes you suggested.

jackfirth commented 2 years ago

Thank you!