union 1.0.6
The union library provides an analog to a C/C++ union for Ruby. In this implementation a union is a kind of struct where multiple members may be defined, but only one member ever contains a non-nil value at any given time.
Gemfile:
=
复制到剪贴板
已复制
安装:
=
Development 依赖关系 (1):
rake
>= 0