More functions on binaries #191
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created by: UlfNorell
From the Sophia discussion at the Sofia Workshop.
Matching on individual bytes?
Created by: UlfNorell
It's not clear to me what the use case is here. @thepiwo? It might be better addressed by #176 and using strings.
It would be straightforward to add
Bytes.at : (bytes(_), int) => int
to the compiler without changing the VM though.Created by: thepiwo
The idea would be to do erlang-style binary pattern matching, or simply have functionality to split bytes more dynamic.
Created by: UlfNorell
Summon UseCase Man