mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
Return/Returns consistency for the Box module
This commit is contained in:
parent
698c9715af
commit
8e9569c81e
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ interface Box
|
|||
exposes [box, unbox]
|
||||
imports []
|
||||
|
||||
## Allocate a value on the heap. Boxing is an expensive process as it copies
|
||||
## Allocates a value on the heap. Boxing is an expensive process as it copies
|
||||
## the value from the stack to the heap. This may provide a performance
|
||||
## optimization for advanced use cases with large values. A platform may require
|
||||
## that some values are boxed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue