Skip to content

Instantly share code, notes, and snippets.

@paniq
Created March 17, 2020 20:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paniq/fb6aff95fb2cdf6e5fd358f3069f25ad to your computer and use it in GitHub Desktop.
Save paniq/fb6aff95fb2cdf6e5fd358f3069f25ad to your computer and use it in GitHub Desktop.
do
using import struct
struct T
a = 0
RcT := (Rc T)
struct Container
data : RcT
local container : Container
container.data = (RcT 17)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment