mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Box.roc documentation
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
parent
b3c598fcf6
commit
c8ebe9071c
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
## Most users won't need Box, it is used for:
|
||||
## - Holding unknown Roc types when developing [platforms](https://github.com/roc-lang/roc/wiki/Roc-concepts-explained#platform).
|
||||
## - To improve performance in rare cases.
|
||||
##
|
||||
interface Box
|
||||
exposes [box, unbox]
|
||||
imports []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue