Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Add aritiy-1 infix:<~> for Blobs
Constructs like [~] @array-of-blobs currently fail when there's only one element in the list, as in such cases infix:<~>(Str) is used. Fix by adding arity-1 infix:<~>(Blob:D) that simply returns its argument
- Loading branch information