Replies: 2 comments
-
|
For Set, Map and Struct: order of entries is irrelevant for |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Since we are making good progress with the implementation of the core types (refactorings might still occur), we can slowly start to think about how to formally specify the DATEX core values/types and update the outdated lists in the current spec draft.
Here's the list of core types as far as I am aware of... thoughts? anything that we need to add?
@jonasstrehle @janiejestemja @TeeB3utel
Primitives
"xyz text"4212.3412m/snulltrue,false@examplehttps://unyt.orgComposites
[1,2,"xy"]{x: "123", y: true}(1,2,3,4,"lol")(xy: 123, (100): 'number', (true): false)Set (1,2,3,4,'xy')function xy(a: integer) (...)process xy(a: integer) (...)run (...)x << y,Stream(...)Special types
type(1|2)Beta Was this translation helpful? Give feedback.
All reactions