mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
build skeleton
This commit is contained in:
parent
f7fe811f0c
commit
352dacc5a3
2 changed files with 168 additions and 44 deletions
|
@ -101,6 +101,10 @@ impl Symbol {
|
|||
.into()
|
||||
}
|
||||
}
|
||||
|
||||
pub const fn to_be_bytes(self) -> [u8; 8] {
|
||||
self.0.to_be_bytes()
|
||||
}
|
||||
}
|
||||
|
||||
/// Rather than displaying as this:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue