Skip to content

Creating convenience functions to generate strings of zero bits and one bits. #59

@dgrnbrg

Description

@dgrnbrg

This could be as simple as:

(defn zero-bits
  [n]
  (instance (bits n) (vec (repeat n 0)))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions