struct Chemystal::Molecule
- Chemystal::Molecule
- Struct
- Value
- Object
Overview
A Molecule is a labeled value, it is similar to a typed message in message passing paradigms
Defined in:
chemystal/molecule.crConstructors
Instance Method Summary
- #name : String
- #value : Array(JSON::Any) | Bool | Float64 | Hash(String, JSON::Any) | Int64 | String | Nil
Constructor Detail
Instance Method Detail
def value : Array(JSON::Any) | Bool | Float64 | Hash(String, JSON::Any) | Int64 | String | Nil
#